View Single Post
  #1 (permalink)  
Old August 3rd, 2004, 03:34 AM
sarraju sarraju is offline
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default string to "long long" without using atoll

Can anybody help me with simple code to convert a char* to "long long" datatype as i cannnot use atoll( ) in my code because of old compiler

ultimatix
Reply With Quote