How do I make the console window to stay after i run the program on Dev-C++
4.9.9.2. the problem is that it just flashes and disappears. please help me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do I make the console window to stay after i run the program on Dev-C++
4.9.9.2. the problem is that it just flashes and disappears. please help me.
Add this line right before your return (0); line:
system("PAUSE");