Quick C compilers question

Started by
1 comment, last by JonathanCCC 13 years, 6 months ago
hi,

sorry to make a new thread just for this, but i'm currently using Pelles C to write/compile my C programs, but I want to install allegro and according to the site pelles c isn't listed as supported. for windows it recommends either MSVC or MinGW.

I like lighter weight compilers that are simple. right now i'm leaning toward
trying MinGW, my question is, does anyone know if the new Visual C++ 2010 express can compile C without issue first of all, and secondly will allegro work ok with it?

thanks
Advertisement
If you are using windows, I'd highly suggest installing MS Visual Studio 2010 Express. Its going to be the most straight forward and powerful IDE to use.

If you really want to deal with MinGW, try installing Code::Blocks as your IDE as it comes with a MinGW install as well. Code::Blocks is also a decent IDE, but I still prefer Visual Studio.
installed visual C++ and yeah compiles C fine and have implemented and run allegro with no probs, great!

This topic is closed to new replies.

Advertisement