Quote:
I'm looking for a linux based C++ compiler similar to the MS Visual C++.
KDevelop seems to be the answer.
Can anyone with experience with KDevelop gives some comment?
How does it work, compared to MS Visual C++.
Thanks
|
Kdevelop is an IDE for C++ development.
Important::It is not the compiler
I think it is a good IDE but for the fact i don't use Kdevelop that much
Instead I use vim to write code
If you are serious into developing GTK/Gnome application I suggest you use glade
If you want to develop kde/qt application you can try designer
(which at first looks like Visual C++)
If you are simply writing any code and not going for the interface i suggest you use emacs/vim
vim supports syntax highlighting for all the programming language i use
ie python,c,c++,java,cs,perl, and bash scripts
That means you can even start using vim to develop a .net application (I hope that you have mono)