atoi()
(Redirected from Atoi)
Jump to navigation
Jump to search
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" );