c++ - reading a line from ifstream into a string variable ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
c++ - reading a line from ifstream into a string variable ...
2011年7月12日 - How can i extract the line back into the string ? I know this form of istream& getline (char* s, streamsize n ); but i want to store it in a string ...