When using atoi( ) with an apstring variable,?
you must convert the apstring to a standard string by using .c_str( ).
all numbers within the string will be converted to integers.
all characters within the string will be converted to ASCII equivalents.
all alphabetic characters within the string will be counted.