C# and 64 bit programming

  • Thread starter Thread starter Alex88
  • Start date Start date
A

Alex88

hi all, i would know if and how C# will change with the new 64 bit
architecture.
and the other .Net languages?

have you some link?

thanks
Alex
(e-mail address removed) (remove SPAMM)
 
Alex,

The language shouldn't change at all. If anything changes, it will be
the CLR, which handles the compiling of IL into native code.

Hope this helps.
 
Nicholas Paldino said:
Alex,

The language shouldn't change at all. If anything changes, it will be
the CLR, which handles the compiling of IL into native code.

Hope this helps.

thanks, I was scared by the fact that we'll should use 64 bit tipe.
bye
Alex88
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top