Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 158 Bytes

转换.md

File metadata and controls

24 lines (13 loc) · 158 Bytes

转换

int to string

string = to_string(int a)

string to char

*.c_str()

char* to double

std::atof()