Unless the library is contained entirely within that header, you're gonna have problems. A header file normally only contains declarations for stuff. Just including a header might make your program compile, but it'll never be able to link without the libraries.
That was a nice attempt to explain the orthodox approach to C/C++ development. But as you can see it just does not compare to the more modern day magic technique! ;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.