人民广场蛋糕店:我的c++用不了

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/29 19:48:16
我新装的c++,但一用就出现下面的问题,往高手指教
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
The thread 0x77C has exited with code 0 (0x0).
The thread 0xA44 has exited with code -858993460 (0xCCCCCCCC).
The program 'E:\安永波\vc\Debug\Cpp1.exe' has exited with code -858993460 (0xCCCCCCCC).

看来你用的是VC,这不是错误,是调试时的输出,我没看出有问题,很正常。

Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.

加载dll,无匹配符号发现,'ntdll.dll'和kernel32.dll'是系统DLL,当然无调试信息。

The thread 0x77C has exited with code 0 (0x0).
The thread 0xA44 has exited with code -858993460 (0xCCCCCCCC).
两个线程退出了,

The program 'E:\安永波\vc\Debug\Cpp1.exe' has exited with code -858993460 (0xCCCCCCCC).
进程退出了

虽然进程返回值有点奇怪但不是问题,如果有其他具体症状,比如没达到你期待的效果,再发出来。

建议你重新下载一个再安装!