Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 153 Bytes

string_int.md

File metadata and controls

12 lines (6 loc) · 153 Bytes

头文件:stdlib.h

atoi()转换char*为int

atol()转换为long

atoll()转换为long long

atof()转换为double

atof(.c_str());