csv - C++ getline multiple variable types using comma as delimiter ...

csv - C++ getline multiple variable types using comma as delimiter ...

瀏覽:782
日期:2025-04-28
ifstream inputFile("Students.txt"); string line; string Surname; string Initial; int number1, number2; while (getline(inputFile, line)) { stringstream ......看更多