Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it worth learning Eclipse for C++ development

Tags:

c++

eclipse

As far as I know it is hard to learn using Eclipse from scratch. But I will get such benefits as fast source code browsing, call graphs, static code analysis. What other benefits will I get from using Eclipse for C++ (CDT)?

like image 492
ks1322 Avatar asked Jul 02 '10 13:07

ks1322


1 Answers

I learned Eclipse for C++. It is flexible and offers many features. I no longer use it for C++.

What I found is that CDT feels like an "add on" rather than an intrinsically supported environment. Perhaps because it is an add on. Eclipse is written in and primarily supports Java development.

It was also rather buggy at the time but that was two years ago. I think today's CDT is probably more refined.

Lastly, it took a long time to start and some editing operations were rather slow. I was able to find a vi plugin for it, but it wasn't free and wasn't a perfect emulation.

Today I use a commercial editor that is fast and doesn't feel like it is out of its element. I would encourage you to try Eclipse and see for yourself if it meets your needs.

like image 198
Amardeep AC9MF Avatar answered Oct 01 '22 16:10

Amardeep AC9MF