0
is there any other way to stop the screen instead of type Console.read(); ?
every time whenever i run a program in visual studio i have to type Console.read(); to stop the output screen. but some time i see that the screen show that "press any key to continue " how i can get rid from the Console.read();
2 Respuestas
0
run the program in non-debug mode and it will not close immediately
0
Thanks Dear