My console applications on Visual Studio are closing automatically, therefore, I’d like to use something like C’s system("PAUSE")
to “pause” the applications at the end of their execution. How can I achieve that?
My console applications on Visual Studio are closing automatically, therefore, I’d like to use something like C’s system("PAUSE")
to “pause” the applications at the end of their execution. How can I achieve that?