Home > Back-end >  After debugging, a blank screen flash, shows that this machine has quit, the return value is zero
After debugging, a blank screen flash, shows that this machine has quit, the return value is zero

Time:10-23

#include
Int main (void)
{
Printf (" Hello world \ n ");
return 0;
}
According to a blank screen flash, native has quit, the return value of 0
"C1 - forlgt. Exe:" loaded "C: \ Users \ Lenovo \ Documents \ Visual Studio 2010 \ Projects \ c1 - forlgt \ Debug \ c1 - forlgt. Exe", loaded symbols,
"C1 - forlgt. Exe:" loaded "C: \ Windows \ SysWOW64 \ NTDLL DLL", always find or open the PDB file
"C1 - forlgt. Exe:" loaded "C: \ Windows \ SysWOW64 \ kernel32 DLL", always find or open the PDB file
"C1 - forlgt. Exe:" loaded "C: \ Windows \ SysWOW64 \ KernelBase DLL", always find or open the PDB file
"C1 - forlgt. Exe:" loaded "C: \ Windows \ SysWOW64 \ msvcr100d DLL", loaded symbols,
Thread 'Win32 threads (0 x4e64) have withdrawn, the return value is zero (0 x0),
Program "[21572] c1 - forlgt. Exe: the machine" has quit, the return value of 0 (0 x0),
C + + 2010

CodePudding user response:

With c + + 2010

CodePudding user response:

Program is running out, over, automatically return 0; Adding a getchar (); Or the system (" pause "); Or what other blocking it
  • Related