|
-
Apr 18th, 2001, 05:05 PM
#1
Thread Starter
Member
I would like to make a 64-bit integer in MS VC++ 6.0, but the following code does not work:
long long anyvariable;
Compile Error: error C2632: 'long' followed by 'long' is illegal
.......any ideas?
PS I have a book that says this feature is contributed by the C99 specification. Does VC++ not support this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|