Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mterlouw

    Convert string to 64-bit integer.

    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...
  2. mterlouw

    Convert string to 64-bit integer.

    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

Part and Inventory Search

Back
Top