c++ - ifstream get line change output from char to string - Stack ...

c++ - ifstream get line change output from char to string - Stack ...

瀏覽:419
日期:2025-12-12
Use std::getline() : std::string line; while (std::getline(readFile, line, ',')) { std::cout < < line...看更多