C++函数

char字符函数

toupper() //函数用来将小写字母转换为大写字母。

char模拟字符串

atof(s);    //将字符串s转换为double的浮点数 

string字符串函数

s.size();    //字符串长度