This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
当我从 Linux 命令行运行它时,我在我的 C++ 应用程序中使用 printf() 来打印一些信息。现在,我正在使用输出重定向(./main > output.txt)将结果保存到文件中。我想知道是否可以同时拥有两者:在程序运行时在命令行中查看结果,并进行输出重定向;无需通过 C++ 中的文件 I/O 显式执行此操作。