//程序名:teststream3.cpp //功能:使用同一stringstream对象实现多种类型的转换 #include <iostream> #include <stdlib.h> // system() #include <string> #include <sstream> using namespace std;
|
//程序名:teststream3.cpp //功能:使用同一stringstream对象实现多种类型的转换 #include <iostream> #include <stdlib.h> // system() #include <string> #include <sstream> using namespace std;
|