• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Any free C/C++ IDE or programming suite?

slimbim

Senior member
Are there any free C or C++ programming software? like IDE and compilers and everything??

thanks,
Slim
 
DJGPP
I've heard of this from other people but have no idea how it is. It seems like there are plenty of links at their site to help you get started though.

Hope this helps.
 
Bloodshed Dev-C++ is probably the easiest for a n00b to use. You can also get a learning edition of MS Visual C++ along with some Microsoft Press books. Both of these have everything built-in.

I personally use the Visual C++ IDE with the GCC compiler.
 
Depends on what you want, some people like the big IDEs like VS some people like a text editor and command line compiler. In Linux I usually just run vim and gcc/gdb manually, in Windows I'll use VS because I'm not as comfortable with Windows' CLI. But if you want free, VS is anything but free. I think VS is overkill for most people, but the MSDN it comes with is great.
 
Back
Top