c++ 输入流
摘要:
open fileifstream in;in.open("input.txt"); //parameter is uchar*! just correspond with the main parameter, argv[1].ifstream& openFile(ifstream& inf, const char* pN){ inf.close(); //close flow inf.clear(); //clear any existing error //combine inf and file, open file. inf.op... 阅读全文
posted @ 2013-03-23 20:08 吾一 阅读(262) 评论(0) 推荐(0)
浙公网安备 33010602011771号