Hi guys, Im not sure what to do to join class's at compile time.
Ive got 3 class's:
CheckAccount.cpp
SavingsAccount.cpp
Main.cpp
Im not sure how to get them to be one binary file... Do I include the class's as headers? Use make? Or use a flag in g++?
BTW, Im using gcc (g++)
Just a point in the right direction is all im asking for. Thanks



LinkBack URL
About LinkBacks




CornedBee