摘要: 我已经受不了每次用的时候去百度了,还百度不出来。。。。。【数字字符串转换篇】atof - convert a string to a double#include double atof(const char *nptr);atoi, atol, atoll, atoq - convert a string to an integer#include int atoi(const char *nptr); long atol(const char *nptr); long long atoll(const char *nptr); long long at... 阅读全文
posted @ 2013-11-15 11:00 jieyuefeng 阅读(453) 评论(0) 推荐(0)