C++字符串和数字格式转化(使用sprintf()和sscanf()函数)

本文参考摘抄整理自:http://www.cnblogs.com/luxiaoxun/archive/2012/08/03/2621803.html 1 #include<stdio.h> 2 #include<iostream> 3 using namespace std; 4 int main(){ 5 6 //--------------数字转字符串,使用spr
相关文章
相关标签/搜索