No, it doesnt. you need to use explicitly 64 bit integers.
System.Int16 = short
System.Int32 = int
System.Int64 = long
__________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."
|