Hello. I wonder about working on Ubuntu with C++. In the past I didn't used to work with projects on Linux and started on Windows. Well, it was pretty simple on VC++ as the IDE does everything for me.
I know that I can make a makefile and so I can recompile the whole project easily. But what's about IDE? I really wonder what do developers use. Do the use simple editors or do the use some IDEs? And what do they use exactly? (titles)
The reason I'm asking about developers is because they work with big projects and so they need something that is really effective in some ways.
P.S. I understand that every developer uses different editors/IDEs, but maybe there are some more popular than others.
|