C++按行讀取和寫入文件

按行讀取: 假設有一個文本文件,如下所示: 1 2 3 2 3 4 3 4 5 5 6 7 7 8 9 文件名爲split.txt 目的:按照行讀取數據,並一個個的顯示出來。 代碼如下: #include <iostream> #include <sstream> #include <fstream> #include <string> int main(int args, char **argv
相關文章
相關標籤/搜索