Hey guys, I have MinGW but I can't seem to run a C project (by that I mean a folder with header files and c files), I can only compile one c file at a time and this causes problems with programs that require many header and c files.
Basically:
- Is there a C compiler that's 1999 or later? I want to be able to use stdbool.h to be able to use the "bool" type
- If any of you have used MinGW, how will I be able to run a program dependent on multiple header and c files? I can only run one .c file and I can't use any headers, there must be something that I don't know here
Basically:
- Is there a C compiler that's 1999 or later? I want to be able to use stdbool.h to be able to use the "bool" type
- If any of you have used MinGW, how will I be able to run a program dependent on multiple header and c files? I can only run one .c file and I can't use any headers, there must be something that I don't know here

Comment