Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LONG variable
#3
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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)