朱色虫居
Pages
Home
Featured Posts
2007/05/26
C++ 文字檔copy
C++一陣子沒寫,io就忘的差不多了....>,<
#include
#include
using namespace std;
int main(){
ifstream fin("data.txt");
ofstream fout("output.txt");
string s;
while( getline(fin,s) ) {
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