30.2.1 Creating and Opening File Stream Objects ... int main(int argc, char *argv[]) { std::ifstream file; //1 // ... file.open(argv[1]); //2 if (!file) ...
確定! 回上一頁