To expand on what Paul said, IIRC, the standard only says:
So, theoretically, if a compiler implements a char as 7 bits, your longs could also be 7 bits!Code:sizeof(char) <= sizeof(short) <= sizeof(int) <= sizeof(long)
Viggy
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 11 of 11
Thread: 'long long' not standardThreaded View
|
Click Here to Expand Forum to Full Width |