Running console apps on windows 7
-
how do you run a console program with arguments on windows 7? when you run it from the shell the window disapears instantly.
-
how do you run a console program with arguments on windows 7? when you run it from the shell the window disapears instantly.
You can be[Using Pause (The GNU C Library)](https://www.gnu.org/software/libc/manual/html\_node/Using-Pause.html) before return from main().
-
how do you run a console program with arguments on windows 7? when you run it from the shell the window disapears instantly.
-
notice taken, thank you Richard
-
You can be[Using Pause (The GNU C Library)](https://www.gnu.org/software/libc/manual/html\_node/Using-Pause.html) before return from main().
thank you Victor
-
how do you run a console program with arguments on windows 7? when you run it from the shell the window disapears instantly.
Console.ReadKey() as the ending line in the code can make the environment wait before closing the Terminal window