I keep getting a bunch of compile messages when I try and compile a class.
I was wondering if this method I'm using to compile using terminal is correct.
So I have the files a.cpp, aImp.cpp & a.h
I create .o (object) file for aImp.cpp with
cc -c aImp.cpp
Afterwards
cc a.cpp aImp.o