ifstream listfile; Note that the easiest way to do things safely and correctly is: std::string line; while( std::getline( listfile, line ) )
確定! 回上一頁