Anyone know a good C++ compiler and IDE?

Looking for install instructions for a good C++ compiler and IDE.
I’m also looking to start learning Java, so any help with a Java compiler/IDE would also be appreciated.
Thanks in advance.

:shake: Cheers.

O/S Linux 2.6.27.25-0.1-pae i686
Sys openSUSE 11.1 (i586)
KDE 4.1.3 (KDE 4.1.3) “release 4.10.4”

code blocks [c/c++]
netbeans [java]

openframeworkseany (more of a c++ library really, but cool)

I also use geany quite a bit for a quick editor (it debugs php as well!)

Use the same IDE for C++ and Java: Eclipse.org home.
I’m using it about 3 years for C++/Qt/QtJambi and Java. Do not install the package from the community repos, you’ll have a lot of problems with permissions and many other things. Download the installer from their site.
Good luck.

Great, I’ll gives these a try, thanks.