I should specify, I do not want to do the waiting for input thing or to use the debugger. I want the program to run and terminate as it normally would, but where the console window doesn't close after termination. I know it can be done, I've seen people with hello world programs (without getchar()
) press 'build and run' and the window remains open.
↧
How can I configure Codeblocks to not close the console after the program has finished?
↧