Archive

Monthly Archives: September 2013

Successfully pulled excercise 1 from github.

got 13 errors trying to compile.

 

Solution:

– made public the constructor and two functions in manager.h

– included employee.h to manager.cpp

– changed setboss calls in main to pass the address of “man”

– wrote employee function “getName”