该程序退出代码0(HELP)

Ash*_*ley 1 c++

'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'. Cannot find or open the PDB file.
The thread 0x1168 has exited with code 1710096384 (0x65ee0000).
The thread 0x2a98 has exited with code 0 (0x0).
The thread 0x1114 has exited with code 0 (0x0).
The thread 0x21a8 has exited with code 0 (0x0).
The program '[10428] ConsoleApplication1.exe' has exited with code 0 (0x0).
Run Code Online (Sandbox Code Playgroud)

为什么当我去调试一个窗口时会弹出然后消失然后我收到这些消息?

Nei*_*irk 15

您的程序执行速度比您能够读取输出的速度快.你没有指定你的IDE,但我推断了Visual Studio,在这种情况下尝试按ctrl + F5.

  • 这对我有用3年了.谢谢你. (2认同)