If you are a new programmer using VS, your code may be fine, but when you run the program, the DOS box will flash back.
At this point, add two lines of code to the end of the program to solve your flashback problem
Getchar ();
system(“pause”);
At this point, add two lines of code to the end of the program to solve your flashback problem
Getchar ();
system(“pause”);
Ex. :
Ninety-nine multiplication tables
#include< stdio.h>
int main()
{
int i, j, m;
for (i = 1; i < = 9; i++)
{
for (j = 1; j < = i; j++)
{
m = i*j;
printf(“%d*%d=%d\t”, i, j, m);
}
printf(“\n”);
}
getchar();
system(“pause”);
return 0;
}
Read More:
- C language — to solve the problem of program flashback when programming (in VS)
- Some solutions to the problem of windows flashback after vs running
- Solution of vs program flashback problem
- There are three ways to deal with the problem of vs (Visual Studio) 2017 flashback. I feel that none of them is the fundamental solution.
- In vs programming, the code of Ctrl + F5 is flashback
- Vs debug window flashback
- To solve the problem of flashback of calling class function of glutsolidcube() in Win32 program
- Three solutions to command line flashback in VS
- Solve the problem of flash back in VS2010
- Three methods of how to remove the flashback of running result box in VS
- How to Solve MacOS Big Sur MySQL workbench flashback problem
- Flashback problem of output window of visual studio 2017 console program
- Solve the problem of visual studio console flashback
- How to solve the problem that the output results of C + + program written in VS2010 flash by
- Prevent flashback after running code in VC 6.0
- Vs output flashback
- Latex letters with symbols, wavy lines, horizontal lines, horn, etc
- How to solve the problem of “unable to open source file XXXXX. H” in VS development?
- Vs series console flashback solution
- Solve geforce error code with super full solution CODE:0x0003 Problem approach