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.