|
-
August 26th, 2005, 05:38 AM
#3
Re: Are there bigger integers than "long long"?
There also is a button below your post, that says "Edit". You can correct your own posts.
As for the integer size, the C++ Standard doesn't say how large the intgral types have to be. Many compilers support __int64 (they may name it something else). For larger ints you'll need to implement them on your own.
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
|