For some reason I\'m never able to use external libraries in any language. I\'m looking for instructions/explanations of how to use external libraries, as well as how they w
The best way to use external C++ libraries is make use of a C++ package manager, go and learn of these;
Some of them involve using CMake, you can find a well written tutorial on it here.
.