show/hide this revision's text 2 Minor edit: grammar/spelling/case/punctation/etc.

Just a quick follow up for this question...

It's been a month since I started using vim Vim as my main 'GUI' tool for programming c++ C++ in linuxLinux. At first the learning curve was indeed a bit steep but after a while and with the right options turned on and scripts running I really got the hang of it!

I love the way how you can shape vim Vim to suite your needs; just add/change key mappings and vim Vim is turned into a highly productive 'IDE'... the IDE'.

The toolchain to build and compile a c++ C++ program on linux Linux is also really intuitive. make and g++ are the tools you'll use.

The debugger ddd is however not really that good, but maybe that's because I haven't had the time to master it properly.

So to anyone who is, or was looking for a good c++ C++ IDE in linuxLinux, just like I was, your best bet lays with the standard available tools in linux Linux itself (vim, Vim, g++, ddd) and you should really at least try to use them, before looking for sonething else...

Last but not least, I really want to thank konrad for his answer here, It really helped me find my way in the linux Linux development environment, thank you!

I'm also not closing this question, so people can still react or maybe even add new suggestions or additions to the already really nice answers...

show/hide this revision's text 1

Just a quick follow up for this question...

It's been a month since I started using vim as my main 'GUI' tool for programming c++ in linux. At first the learning curve was indeed a bit steep but after a while and with the right options turned on and scripts running I really got the hang of it!
I love the way how you can shape vim to suite your needs; just add/change key mappings and vim is turned into a highly productive 'IDE'... the toolchain to build and compile a c++ program on linux is also really intuitive. make and g++ are the tools you'll use.

The debugger ddd is however not really that good, but maybe that's because I haven't had the time to master it properly.

So to anyone who is, or was looking for a good c++ IDE in linux, just like I was, your best bet lays with the standard available tools in linux itself (vim, g++, ddd) and you should really at least try to use them, before looking for sonething else...

Last but not least, I really want to thank konrad for his answer here, It really helped me find my way in the linux development environment, thank you!

I'm also not closing this question, so people can still react or maybe even add new suggestions or additions to the already really nice answers...