导读 您好,今天小编胡舒来为大家解答以上的问题。freopen函数的用法,freopen相信很多小伙伴还不知道,现在让我们一起来看看吧!1、C++程序段#inc...

您好,今天小编胡舒来为大家解答以上的问题。freopen函数的用法,freopen相信很多小伙伴还不知道,现在让我们一起来看看吧!

1、C++程序段#includeusing namespace std;int main(){ freopen("123.txt","r",stdin); freopen("abc.txt","w",stdout); int a; cin>>a; cout<

2、在*2输出到abc.txt中(不存在将会被创建。

3、存在的话原有数据会被覆盖)。

本文就为大家分享到这里,希望小伙伴们会喜欢。