So, what is meant by "include the relevant headers" is to give the #include "headername.h" preprocessor instruction in your code files and then do steps 2 and 3 above to tell the compiler where to find the headers and libraries.Chinasaur wrote:
- 1) Include the relevant headers as you already mentioned