摘要:
http://www.cnblogs.com/chuncn/archive/2009/03/08/1406348.html一、其它数据类型转换为字符串短整型(int)itoa(i,temp,10);///将i转换为字符串放入temp中,最后一个数字表示十进制itoa(i,temp,2); ///按二进制方式转换 长整型(long)ltoa(l,temp,10); 浮点数(float,double)... 阅读全文
posted @ 2010-10-26 22:43
timke212004
阅读(227)
评论(0)
推荐(0)

浙公网安备 33010602011771号