07-07-2006, 02:41 PM
long is integer, very similar to int, but can hold much larger values (int is 32 bit, long is 64 bit). In most cases can be used instead of int, but it is really rarely needed. In C++ it would be __int64.
|
LONG variable
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |