摘要:
#include #include #include using namespace std;void fstream_test(){ ifstream fin("stream_test.cpp"); if(!fin) { cout>word) { cout>str) { cout<<str<<endl; } cout<<ss.str()<<endl;}int main(int argc, char* argv[]){ //fstream_test(); //sstream_test(); stringstre.. 阅读全文