So basically I have some really simple code that includes <BigIntegerLibrary.hh>
which resides in /Users/wen/Projects/include/bigint
. I was compiling with this:
g++ main.cpp -o Main -I/Users/wen/Projects/include/bigint
but it reported a fatal error that it could not find the file. Am I doing it right? Thanks!
main.cpp:4:10: fatal error: 'BigIntegerLibrary.hh' file not found