Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the good cross platform C++ IDE? [closed]

It needs to have good code completion support, debugger, and a nice way to browse code (click to go to documentation).

Since I got spoiled by Java IDEs (Eclipse), it would be cool if it supported refactoring, reference search and some form of on the fly compilation, but maybe I'm asking too much.

So far I tried Eclipse C++ plugin, Qt Creator and Code Blocks. Eclipse plugin feels sluggish, Code Blocks has much worse completion then Qt Creator and Qt Creator is great for Qt stuff, but kinda hard to use for free form projects.

What are other options and first hand experience with them, since trying something for few hours and using something on a daily basis are two different things?

like image 800
Marko Avatar asked Jun 04 '09 12:06

Marko


People also ask

Is Visual Studio the best IDE for C++?

The Best C++ IDEs list – 1.Visual Studio is the most popular choice for good reasons: this mature tool is cross-platform, supports many programming languages, and is packed with an incredible array of features.

Is Code :: Blocks A good IDE?

Code Blocks is a great tool for developing C/C++ Programs. Well suited for beginners as it is a light weight IDE. Syntax highlighting features makes coding easier. The text ditor features like Font settings can be easily configured as per your personal requirements.


1 Answers

QTCreator rawks and has a great set of libs that are also cross platform.

like image 83
tim Avatar answered Oct 10 '22 03:10

tim