The ignore( ) Function #include <iostream> #include <fstream> using namespace std; int main() { ifstream in("test"); if(!in) { cout << "Cannot open file.
確定! 回上一頁