When we do a #include in the c ++ language using the special characters < > where is the folder / file of that include?
I am compiling a program that I downloaded and in this program there are the following lines of code:
28 #include <libxml/xmlmemory.h>
29 #include <libxml/parser.h>
30 #include <libxml/threads.h>
And when I try to compile the following error:
28 30 C:\Users\joao\Desktop\OT\Projeto OT Global\SOURCE 1.0.6\otpch.h [Error] libxml/xmlmemory.h: No such file or directory
Well then I downloaded this library and I would like to know where it stays on the windows so I can put it in place and correct that error.