any good article on what we need to do to get ready to move on to the 64 bit platform?
And why INT as opposed to int again?
thanx
Printable View
any good article on what we need to do to get ready to move on to the 64 bit platform?
And why INT as opposed to int again?
thanx
I would very much like to see a standard convention: int8, int16, int32, int64 with equivalent unsigned versions. Would save a lot of headache in platform independence, and eventually you wouldn't have to be backwardly compliant.
The best things come to those who rate