eclipse-cdt Problems
- by Bary12
I have got a weird problem. I installed eclipse for c/c++ Development using the following:
sudo apt-get install eclipse eclipse-cdt g++
after i opened eclipse, i tried to make a new project, but i didn't get an option to choose between types of projects (c project/ c++ project/ Java project) but just the option "project". this project did not generate a src folder. i didn't see an option to create a src folder as well. how do i fix that?
i tried installing it manually with the download from their site, but the program didn't even launch.