//main file #include "brian.h" #include "jeff.h" #include "steve.h" int main ( ) { steve test("moo!", "blah!", "poopypants!"); return 0; }