I plan to get 64-bit OS, so I can see all 4 gigabytes of memory that I installed.
The question arises: as a developer, what do I need to know when developing applications for 64-bit OS? I read somewhere that data types, such as int (code I am in C #), can contain large values ββ(probably due to bytes / bits, etc.).
Is there somewhere that explains how it all works (a little rusty in my fundamentals and math, I think)?
thanks
source
share