Name: Anonymous 2010-07-11 11:58
byte, int, double, float? Considering modern consumer PC.
signed and unsigned variables of all sizes. As it turns out, short and long long take a lot more time to assign values than int or char. Granted, I used Visual Studio 2008 and an x86 platform, but it makes sense because the datatypes I mentioned tend to be optimized.