c++面試筆記3(對文件進行的操作)

讀取文件中所含有的單詞的個數 Linux的文件操作和c++的文件操作挺像的,所以我就都來說一下吧! 第一種,c++的文件操作: #include< iostream> #include< cstdlib> #include< fstream> #include< cstring> #include<unistd.h> using namespace std; int main() { fstrea
相關文章
相關標籤/搜索