C++ Exercises(九)
摘要:
>第三版P905页的这个程序有很多问题想不明白: #include #include using namespace std;int main(){ fstream inOut( "D:\\copy.out", ios_base::in|ios_base::app); int cnt=0; char ch; inOut.seekg(0); while ( in... 阅读全文
posted @ 2008-03-20 15:29 Phinecos(洞庭散人) 阅读(478) 评论(0) 推荐(0)
浙公网安备 33010602011771号