Dev C++compiler

Apr 8, 2009 at 5:57pm
Hello again, I've been meaning to start learning the c language some time soon and would like to know if the dev c++ compiler works for compiling c code. Ive looked up on the internet and I found mixed results so could some one inform me please or lead me to a website that will. Thanks for answers in advanced.
Apr 8, 2009 at 6:08pm
The Dev-C++ IDE is bundled with the MinGW compiler, and it will certainly work for c.
Apr 8, 2009 at 9:05pm
C can be easily compiled with any C++ compiler as C++ has mostly maintained compatibility with C
Apr 8, 2009 at 10:50pm
MinGW includes gcc (which is different from GCC), so you don't have to use g++ to compile C code.
Last edited on Apr 8, 2009 at 10:50pm
Topic archived. No new replies allowed.