atoi Edit ... #include <cstdlib> int atoi( const char *str );. The atoi() function converts str into an integer, and returns that integer. str should start with a ...
確定! 回上一頁