On Sun, 01 Sep 2013 19:14:11 +0200, eles <e...@eles.com> wrote:
On Sunday, 1 September 2013 at 14:32:18 UTC, Manu wrote:
On 1 September 2013 19:57, Jacob Carlborg <d...@me.com> wrote:
On 2013-09-01 04:05, Manu wrote:
I've never met a C++ developer that likes Eclipse ;)
But I should probably check it out.
Well, I'm mostly a C guy, but I prefer working in Eclipse over others
(C::B, Anjuta etc.)
For this reason, I look forward to DDT.
However, for the time being, what keeps me far from DDT is the very
reason that I embraced Eclipse/CDT for: the debugger. DDT lacks it.
I too use Eclipse+CDT (and other plugins like linuxtools, pyDEV)for C/C++
on Linux/BSD. Eclipse is also the "de facto" standard for C/C++ in the
embedded world. See for example www.yoctoproject.org. Also android
development toolkit (ADT) is eclipse based. See
http://developer.android.com/sdk/index.html.
Eclipse+CDT has improved a _lot_ over the last 5/6 years. It has become my
'IDE' of choice for C/C++ development over C::B, codelite, anjuta,
KDevelop, VIM etc on Linux/BSD. On windows I still prefer MSVS for C++
which is still way ahead of eclipse+CDT, but the gap is closing...
In my experience good tools (especially debugger!) and integration with
MSVS/Eclipse/Xcode are mandatory to gain broader adaption. Most of my
co-workers can't even get anything done without a IDE!