Home > Software engineering >  Help VC2010 debugging problems
Help VC2010 debugging problems

Time:11-17

Just installed VC2010, I wrote a small program, click on the following situation appears after the debugging, consult everybody, how to display properly?

CodePudding user response:

CTRL + F5 can display the results
After press F5, pop-up input window, press enter, after the input digital window simply disappeared, did not give the final result, finally display as shown above,

CodePudding user response:

General in the code to join getch () statement,

CodePudding user response:

I=o??
I=0??

CodePudding user response:

That 0 is the issue of font

CodePudding user response:

Excuse me how success can only be seen after debugging, the error of the report

CodePudding user response:

Return before add
system("pause");
  • Related