Firstly, thanks to the guys at eclispe for making my life a whole lot
easier trying to achieve cross platform (windows and linux) c++
development. I have been using the IDE on Linux for a few months now and
its great (I'm usually a Visual C++.Net programmer on Windows and this is
my first Linux experience). My problem at the moment is........
I have to be able to wrap my code in c#. I have successfully managed to
build (on Linux) and execute c# code that will run both on Linux and
Windows, with help from the Mono project. I found a c# plugin for Eclipse
from Improve-Technologies, which was easy enough to plug in but I seem to
have now lost my c++ compiler/builder and editor. The project properties
also complains of a missing builder
(org.eclipse.cdt.managedbuilder.core.genmakebuilder) which I don't seem to
be able to find.
My only solution I can now come up with is to uninstall Eclipse and
re-install it, in the hope that I can at least have an IDE to develop c++
in. Is there a correct way of going about doing this?