What's the difference between an int and a long
Can someone please explain the real difference between an int and a long? I am reading Visual C++ 2005 by Ivor he describes both as 4 bytes in size and have a range of -2,147,483,648 to 2,147,483,647 I am referring thus to ISO/ANSI C++. Any help would be appreciated.
|