摘要:
編譯器:Dev-C++long to char*sprintf(char*, "%lu", long);char* to longsscanf(char*,"%ld",&long);#include <stdlib.h>long = atol( char* );double to char*sprintf(char*, "%f", double);char* to double#include <stdlib.h>double = atof( char* );char* to int#include & 阅读全文
posted @ 2010-08-30 17:19
RD少了D
阅读(123)
评论(0)
推荐(0)
浙公网安备 33010602011771号