經安全檢測,此網站為安全網站,請放心前往原始網址!

Reading next line of a file - C++ Forum - Cplusplus.com

how do you read the next line of a file and print it out? this is my code ... You probably meant == and not just =; also the getline() has already read the ... line; ifstream myfile( "example.txt" ); if (myfile) // same as: if (myfile.good()) ...

www.cplusplus.com

網址安全性掃描由 google 提供