SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to use #include <myheader.hpp> inside your cpp files you can use:
#include <myheader.hpp>
g++ *.cpp -I. -o out