LasTSurvivoR
- 16
- 0
I wrote my code and try to setup the program , desperately the program closes it so quickly return 0 or getch() commands doesn't work how can I prevent it with a code ?
printf("\npress q to quit\n");
do
{
key = getchar();
} while (key != 'q');
printf("\npress q to quit\n");
do
{
key = getch();
} while (key != 'q');