PDA

View Full Version : can't select c++ project in Eclipse



confused Bob
May 10th, 2012, 03:56 PM
hi,

I'm a total beginner in Ubuntu and programming. I would like to make a c++ project.
I executed:
sudo apt-get install eclipse
sudo apt-get install eclipse-jdt
sudo apt-get install eclipse-cdt,

like explained here (http://ashu-geek.blogspot.de/2012/01/how-to-install-eclipse-ide-software.html), but when i start Eclipse and want create a c++ project, all i can chose in new -> project is "General" and "CVS".

What did i miss?

steeldriver
May 10th, 2012, 04:34 PM
build-essential ?

confused Bob
May 10th, 2012, 04:45 PM
ok i did this with

sudo apt-get install build-essential,

but still the same after that.



Or maybe someone knows a tutorias that works for Ubuntu 12.04 or anything else that could help me with making a Eclipse c++ project?

Or or have i to unpack and install that downloaded stuff first? I'm just used to Windows.....

DiFS
September 20th, 2012, 03:40 PM
Same here.

hypnot0ad
September 20th, 2012, 06:46 PM
There are loads of videos on this I'm sure. I had the same problem coming from windows and was, like you wondering what to program in. But for the most part I just use the terminal for C++.