C\C++ freopen的一些問題

爲了方便操做,因而想不用fopen或者fstream等方式,懶得維護文件指針,想直接用freopen重定向。c++ 經試驗發現,freopen一旦輸入指定了一個文件,後面再次使用無效。web 試驗以下:svg #include<bits/stdc++.h> using namespace std; int main(){ string str; freopen("input.txt","r",
相關文章
相關標籤/搜索