C++文件流讀取

通過運用ofstream和ifstream類去創建對象來進行文件讀寫。 使用文件流新建或打開一個文件,並寫入字符串 "This is a test file". #include<fstream> #include<iostream> using namespace std; int main() { ofstream outFile("test.txt",ios::out);
相關文章
相關標籤/搜索