Hey all,
When I write even a hello world script like below
#include <stdio.h>
int main(void)
{
printf("Hello World!\n");
return 0;
}
the windows command line flickers when trying to execute it, instead of staying there and showing me ?
Is there anyway to refresh or make this start coming up again.
Thank you