Just starting in C++ and need a point of clarity.
#include <somfiel.h> points do a system default directory right?
#include "anotherfile.h" points to a file in same directory as file being compiled, right?
Now how do I point to a file above the current working directory that is not a system default directory?
ty
haunter@battlestrata.com
#include <somfiel.h> points do a system default directory right?
#include "anotherfile.h" points to a file in same directory as file being compiled, right?
Now how do I point to a file above the current working directory that is not a system default directory?
ty
haunter@battlestrata.com