2014年7月1日
摘要: #include using namespace std;int main(){ ofstream os("test.txt"); os << "Hello World!" << endl; os.close(); return 0;} 阅读全文
posted @ 2014-07-01 15:58 deropty 阅读(99) 评论(0) 推荐(0)