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

ifstream get line change output from char to string - Stack Overflow

Use std::getline() : std::string line; while (std::getline(readFile, line, ',')) { std::cout < < line

stackoverflow.com

網址安全性掃描由 google 提供