Hi, well I have written something that compiles and runs fine with a different compiler, but when trying to use a g++ compiler, I get errors when compiling in a unix environment.
Here is the command line I have used:
g++ Agent.h Agent.cpp Driver.C
g++: Compilation of header file requested.
Not sure what else is needed. In the driver file, "Driver.C" I have #include "Agent.h"
Thanks for any help.