Using the include with quotations in shell
Hey, I'm wondering if i can use absolute paths or even relative paths with my include double quote statements for my source files.
as in
1 2 3
|
#include "/home/duh/dah/duhdah.hpp"
//...
|
or if I can only use that for files that are within the directory you're compiling with?
thanks
You can use absolute and relative paths.
Topic archived. No new replies allowed.