Saturday, May 25, 2013

AscToInt

The function is already provided in the C Standard General Utilities Library.
long int strtol (const char* str, char** endptr, int base);
Source: http://www.cplusplus.com/reference/cstdlib/strtol/

No comments:

Post a Comment