摘要:
#include //sprintf #include //atof,atol,strtod,strtol using namespace std; int main(){ //字符串转数值 printf("%f\n", atof("23"));//23.000000 printf("%d\n", atol("23"));//23 printf("%f\n", ... 阅读全文
posted @ 2018-04-14 20:40
千千寰宇
阅读(208)
评论(0)
推荐(0)

浙公网安备 33010602011771号