Thanks for the help guys. It looks like __atoi64 is the closest thing to what I'm looking for. Unfortunately, it doesn't read numbers in any base other than base 10, which doesn't suit me since I'm coding a compiler engine and must accept binary, octal, and hex as well.
It looks like I'm just...
Does anyone know how to convert a string to an unsigned, 64-bit integer in Visual C++ 6? I'm looking for the VC equivilent to the strtoull function in DJGPP (http://www.delorie.com/djgpp/doc/libc-2.02/libc_668.html).
TIA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.