朱色虫居
Pages
Home
Featured Posts
2007/05/26
C++ 文字檔copy
C++一陣子沒寫,io就忘的差不多了....>,<
<br /> #include <iostream><br /> #include <fstream><br /> <br /> using namespace std;<br /> <br /> int main(){<br /> ifstream fin("data.txt");<br /> ofstream fout("output.txt");<br /> string s;<br /> while( getline(fin,s) ) {<br /> fout << s << endl; } fout.close(); }
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment