A good multi-platform C++ IDE?

Hi,

Could I get some recommendations for a good multi-platform C++ IDE (Pref one that uses GCC) for Windows/Linux?

Many thanks,

BS
Well, I'd have to say Code::Blocks. Runs on both, supports all sorts of compilers including GCC, and can even be made portable.
QtCreator
eclipse,best for beginner
> Could I get some recommendations for a good multi-platform C++ IDE

These are some of the cros-platform options:
CodeBlocks http://www.codeblocks.org/
CodeLite http://codelite.org/
Geany http://www.geany.org/
NetBeans https://netbeans.org/features/cpp/
Eclipse CDT http://www.eclipse.org/cdt/

A few more are listed here: http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#C.2FC.2B.2B

Only you know what is a good IDE for you.
Try out a few IDEs and then decide what is best for you.
Some great suggestions, many thanks for replying guys! :)
Topic archived. No new replies allowed.