Native' has exited with code 0 (0x0)
我的VC2010最近运行程序的时候,老是cmd一闪而过,然后结果框显示
'buble sorting.exe': Loaded 'C:\Users\Lee\Documents\Visual Studio 2010\Projects\buble sorting\Debug\buble sorting.exe', Symbols loaded.
'buble sorting.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
'buble sorting.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file
'buble sorting.exe': Loaded 'C:\Windows\System32\msvcp100d.dll', Symbols loaded.
'buble sorting.exe': Loaded 'C:\Windows\System32\msvcr100d.dll', Symbols loaded.
The program '[4392] buble sorting.exe: Native' has exited with code 0 (0x0).
网上面教了方法去解决PDB的问题,但是还是不行...
求教一下为什么??
[解决办法]
这是正常退出啊,你得ctrl+f5运行程序或者末尾加个pause啊。