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

slimbim

Senior member
Apr 30, 2000
219
0
0
Are there any free C or C++ programming software? like IDE and compilers and everything??

thanks,
Slim
 

FatAlbo

Golden Member
May 11, 2000
1,423
0
0
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.
 

PrincessGuard

Golden Member
Feb 5, 2001
1,435
0
0
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.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
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.