We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
头文件:stdlib.h
atoi()转换char*为int
atol()转换为long
atoll()转换为long long
atof()转换为double
atof(.c_str());