#include <fstream> #include <iostream> using namespace std; ifstream inFile(filename.c_str()); if( inFile.bad() ) { inFile.close(); return; } ...
確定! 回上一頁