#include <stdio.h>
main() {
printf("Hello world!\n");
}When II hit the build button everything goes smoothly in the console. But afterward when I run the program the cygwin terminal pops up and I get this error: 
Any idea what I can do to have my code run?Cannot run C code with netbeans + cygwin


Sign In
Create Account

Back to top









