What is the best C/C++ Compiler?
You did not say the platform. Are you using Windows, Mac or Linux? I preassume that we are talking about Windows.
Visual C++ 2008 Express edition is a good choice. It is free but you must register it after 30 days. It has an integrated development environment with debugger.
Dev-Cpp is one of the worst IDE's. Use Code::Blocks as an IDE instead. It's GNU and you can use it on Linux, too. As a compiler I can suggest you Digital Mars, it's my favorite. Maybe it's harder to install, but it's great. I don't know how to help you more, I'm not programming under Windows now, but if you have any trouble, PM me and I'll try to help you out.
dancuc wrote: Dev-Cpp is one of the worst IDE's. Use Code::Blocks as an IDE instead. It's GNU and you can use it on Linux, too. As a compiler I can suggest you Digital Mars, it's my favorite. Maybe it's harder to install, but it's great. I don't know how to help you more, I'm not programming under Windows now, but if you have any trouble, PM me and I'll try to help you out.
I feel you brother… dev is probably the worst IDE ever… although it's free….
eclipse is really good…
or if you want gcc or g++ interface, you could download mingw, or Cygwin to have linux like interface…
p.s. funny thing is that it turns out dev c++ use mingw as well… but with all the extra poopy shit that no one need…. :P