I\'ve just inherited some C++ code that was written poorly with one cpp file which contained the main and a bunch of other functions. There are also .h files th
.h
If you want to use #include inside your cpp files you can use:
#include
g++ *.cpp -I. -o out