First, clarify (or clarify) what you are specifically missing.
I try to include these libraries
Those are not libraries, those are C headers (includes) that only serve to declare constants and functions (not "methods").
their methods and then compile does not locate them, as if they did not exist
It is impossible to understand what happens to you. It throws you an error that you can not find one of the ".h" included (what?)? Or does it throw an error when compiling does not find the declaration of a function that should be in one of the includes? Or do you throw a link error that does not find the implementation of a function in a library? There are three absolutely different things, and your description of the problem is very vague.
If you are not clear about these things, you should first try to make a very simple program (hello world) ...