C++ 程序已退出,代码为 0(帮助)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/32555388/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-28 14:10:46 来源:igfitidea点击:
The program has exited with Code 0 (HELP)
提问by Ashley
'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).
'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).
Why when I go to debug a window pops up momentarily then goes away and I get these messages?
为什么当我去调试时,一个窗口会暂时弹出然后消失并且我收到这些消息?
回答by Neil Kirk
Your program executed faster than you were able to read the output. You didn't specify your IDE but I deduce Visual Studio, in which case try pressing ctrl + F5.
您的程序执行速度比您读取输出的速度要快。您没有指定您的 IDE,但我推断出 Visual Studio,在这种情况下,请尝试按 ctrl + F5。