I'm trying to learn some programming, mainly C++. I'm relatively new to it
(I know a little C and some C++ basics).
After looking around for a good editor/compiler, I found Anjuta IDE. I can
write a simple program using the header, but when I try and use
some other header like it tells me that it cannot find the file.
When I check /usr/lib/, the directory "include" doesn't exist. As far as i
know, that's where these header files are stored.
I suppose that there must be some package that installs these files
automatically?
Can any of you help?