Help with Namespace Records in First Chapter
So I wrote the header file that included Namespace Records and the Class. Then, as instructed, I went on to Employee.cpp and finished setting up the Employee Class fields, accessors and setters, etc. So then, they get p to "EmployeeTest.cpp". They write "using namespace Records;". But when I try to compile the test code, it won't work. Because all of the things I previously wrote in Employee.cpp isn't included. How do I get to make the namespace Records. What am I doing wrong?
|