用visual studio 2010 C++来创建txt文档,不要用fstream的,或者能不能直接把程序结果导入一个txt文档

能不能举个例子,详细一点。
2025-01-02 06:44:09
推荐回答(2个)
回答1:

freopen("out.txt","w",stdout);

回答2:

file.writetext()