摘要: 1 // 320.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include <iostream> 6 #include <string> 7 #include <fstream> 8 using namespace std; 9 istream& get(istream& in);10 11 ifstream& open_file(ifstream& ifile,str 阅读全文
posted @ 2013-03-20 23:07 何合 阅读(213) 评论(0) 推荐(0) 编辑