All about 64-bit programming in one place(software.intel.com)
software.intel.com
All about 64-bit programming in one place
http://software.intel.com/en-us/blogs/2011/07/07/all-about-64-bit-programming-in-one-place/
3 comments
I wish more people read this, notably *nix platforms, and finally understand that long isn't 64bits on all 64bits platform...
Where is long not 64 bits?
If you use the LLP 64 bit programming model, long is 32 bit, and a new type is created 'long long' for 64 bit. 64 bit versions of Windows use the LLP model.
more info here:
http://en.wikipedia.org/wiki/64-bit#Specific_C-language_data...
more info here:
http://en.wikipedia.org/wiki/64-bit#Specific_C-language_data...