I'm not gonna waste too much time moaning about how difficult it is coming from Java, a language where you quite literally click a button and select a file to add external libraries to a project, to C++ where it seems impossible to do without the patience of an owl. I didn't think I'd ever have to post a question like this since it seemed quite elementary but it's been at least 3 weeks of trying and failing. I've also read the vague documentation provided by the eclipse website and it doesn't really cover anything at all.
For example, let's say gtkmm-3.0. I have installed that on my linux machine and everything is fine. Why isn't it possible to just do:
#include <gtkmm-3.0/gtkmm.h>
since that does come up as a suggestion in Eclipse. At this stage, I'm already at a loss since I think a good IDE shouldn't give suggestions for things that aren't actually usable and if it does,it should at least automatically include them or something.
I have also tried and failed many times with other libraries and asked for help from a full-time C++ developer that I know and he couldn't work his head around the error either.
tl;dr - Download lib off internet, open eclipse, what do?
Sorry if this question seems silly. The depression is honestly just.. terrible when 'working' with C++.