atoi()
This function, its name short for "ascii to integer," parses a string argument into its integer representation.
Usage
int myInt = atoi( "42" );
This function, its name short for "ascii to integer," parses a string argument into its integer representation.
int myInt = atoi( "42" );