Hi,
when i put a header file at the beginning of a c++ application, like this:
#include <windows.h>
Have i to put also in the Header Files folder of my project
In case afirmative, where can i find the header files like "windows.h"
Thanks
Hi,
when i put a header file at the beginning of a c++ application, like this:
#include <windows.h>
Have i to put also in the Header Files folder of my project
In case afirmative, where can i find the header files like "windows.h"
Thanks
Where VC++ finds header files
RicardoJB