Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个简单的 C++ 程序,它使用 cout 和 printf 来记录东西,它只在程序关闭时显示在最后,但如果我使用调试单步执行程序,则不会显示任何内容。有人遇到过这个问题吗?
如果你正在练习c try fflush,如果 c++ trycout << endl;每次你想打印。
fflush
cout << endl;