2009年12月29日 - ifstream infile; infile.open ( "test.txt" ); if (infile.is_open()) { while (infile.good()) cout
www.cplusplus.com