登山者的仰望

不仅要走好脚下的每一步,也要仰望山顶

2008年6月9日

c++ int to string(整型到字符串)

摘要: 1. int sprintf( char *buffer, const char *format [, argument] ... ); 例如: int ss; char temp[64]; string str; ss = 1000; sprintf(temp, "%d", ss); string s(te... 阅读全文

posted @ 2008-06-09 19:41 光光GG 阅读(21649) 评论(0) 推荐(0)