Development on Unix using C/C++ over Ubuntu
For Development over Ubuntu in C/C++, you don't need to go through complex terminal commands. Just download Eclipse for C/C++.
apt-get install eclipse, it will install Eclipse for JAVA not for C/C++.
Click Eclipse IDE for C/C++ Developers.
The best thing about this IDE is that it come with pre-configured GNU Debugger for C/C++ and with pre-configured Makefile build.
Remember if you run the command
From the following:
Click Eclipse IDE for C/C++ Developers.
The best thing about this IDE is that it come with pre-configured GNU Debugger for C/C++ and with pre-configured Makefile build.
Another option would be Sun Studio, Sun Studio is not for JAVA. It is for c/C++/Fortran. I would recommend you go for Sun Studio only if you are familiar with Makefiles
Comments