Upgrade your software to 64bit?
-
Did you ever thought about upgrading your code/application to 64bit? Jürgen Eidt http://cpicture.de/en [^]
-
Did you ever thought about upgrading your code/application to 64bit? Jürgen Eidt http://cpicture.de/en [^]
-
Did you ever thought about upgrading your code/application to 64bit? Jürgen Eidt http://cpicture.de/en [^]
Yes: everytime I need to cast a pointer to an int on an ill-designed API. But still not an issue, you know... Yes, even I am blogging now!
-
Did you ever thought about upgrading your code/application to 64bit? Jürgen Eidt http://cpicture.de/en [^]
-
Did you ever thought about upgrading your code/application to 64bit? Jürgen Eidt http://cpicture.de/en [^]
After reading "int remains 32 bit" i thought "whew. Why not?"
we are here to help each other get through this thing, whatever it is Vonnegut jr.
sighist Fold With Us! || Agile Programming | doxygen -
Did you ever thought about upgrading your code/application to 64bit? Jürgen Eidt http://cpicture.de/en [^]
-
After reading "int remains 32 bit" i thought "whew. Why not?"
we are here to help each other get through this thing, whatever it is Vonnegut jr.
sighist Fold With Us! || Agile Programming | doxygenI remember when moving 16-bit apps to 32-bit apps that we were supposed to use int as it was the size of the "system word" and not tied to a specific size - whereas short and long are 16 and 32 bits, respectively, regardless of the system word size. Cheers, Tom Archer "Use what talents you possess. The woods would be very silent if no birds sang there except those that sang best." - William Blake * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework
-
After reading "int remains 32 bit" i thought "whew. Why not?"
we are here to help each other get through this thing, whatever it is Vonnegut jr.
sighist Fold With Us! || Agile Programming | doxygen;P Jürgen Eidt http://cpicture.de/en [^]
-
I remember when moving 16-bit apps to 32-bit apps that we were supposed to use int as it was the size of the "system word" and not tied to a specific size - whereas short and long are 16 and 32 bits, respectively, regardless of the system word size. Cheers, Tom Archer "Use what talents you possess. The woods would be very silent if no birds sang there except those that sang best." - William Blake * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework
Tom Archer wrote: I remember when moving 16-bit apps to 32-bit apps...not tied to a specific size... And I remember explaining to many people that was the way God The Lords of C++ intended it, and that it was good. However, reality turns out much more complicated. It seems in a "real life" project you need to be proactive, simply sticking to a few golden rules doesn't bite it. (If it were that easy!)
we are here to help each other get through this thing, whatever it is Vonnegut jr.
sighist Fold With Us! || Agile Programming | doxygen