Why doesn't my MiniGW recognize the #include command? for example #include <studio.h> int main() { puts("Greetings, human!"); return(0); } why wont this compile?
View entire thread