调试后,黑屏一闪而过,显示本机已退出,返回值为0
你啊你廿 2020-02-26 04:16:43 #include<stdio.h>
int main(void)
{
printf("Hello world\n");
return 0;
}
黑屏一闪而过,显示本机已退出,返回值为0
“c1-forlgt.exe”: 已加载“C:\Users\Lenovo\Documents\Visual Studio 2010\Projects\c1-forlgt\Debug\c1-forlgt.exe”,已加载符号。
“c1-forlgt.exe”: 已加载“C:\Windows\SysWOW64\ntdll.dll”,Cannot find or open the PDB file
“c1-forlgt.exe”: 已加载“C:\Windows\SysWOW64\kernel32.dll”,Cannot find or open the PDB file
“c1-forlgt.exe”: 已加载“C:\Windows\SysWOW64\KernelBase.dll”,Cannot find or open the PDB file
“c1-forlgt.exe”: 已加载“C:\Windows\SysWOW64\msvcr100d.dll”,已加载符号。
线程 'Win32 线程' (0x4e64) 已退出,返回值为 0 (0x0)。
程序“[21572] c1-forlgt.exe: 本机”已退出,返回值为 0 (0x0)。
c++2010