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++.


Remember if you run the command 
apt-get install eclipse, it will install Eclipse for JAVA not for C/C++.


Eclipse for C/C++ should be downloaded specifically from the www.eclipse.org site.
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

Popular posts from this blog

Imote2 with Camera setup IMB400 over Ubuntu 9.10/10.04

Branch and bound algorithm in C#- Article by AsiF Munir

Tensorflow - Simplest Gradient Descent using GradientDescentOptimizer