1> main.cpp
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(5): error C2143: syntax error : missing ';' before '*'
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(5): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(5): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(8): error C2371: 'Employee' : redefinition; different basic types
1> c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(5) : see declaration of 'Employee'
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(16): error C2061: syntax error : identifier 'ptrType'
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(17): error C2061: syntax error : identifier 'ptrType'
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(18): error C2061: syntax error : identifier 'ptrType'
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\main.cpp(12): error C2660: 'Employee::insertItem' : function does not take 1 arguments
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\main.cpp(19): error C2660: 'Employee::deleteItem' : function does not take 1 arguments
1> Employee.cpp
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(5): error C2143: syntax error : missing ';' before '*'
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(5): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(5): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(8): error C2371: 'Employee' : redefinition; different basic types
1> c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(5) : see declaration of 'Employee'
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(16): error C2061: syntax error : identifier 'ptrType'
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(17): error C2061: syntax error : identifier 'ptrType'
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.h(18): error C2061: syntax error : identifier 'ptrType'
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.cpp(9): error C2065: 'head' : undeclared identifier
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.cpp(10): error C2448: 'Employee::insertItem' : function-style initializer appears to be a function definition
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.cpp(19): error C2065: 'head' : undeclared identifier
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.cpp(20): error C2448: 'Employee::deleteItem' : function-style initializer appears to be a function definition
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.cpp(51): error C2065: 'head' : undeclared identifier
1>c:\users\administrator\documents\visual studio 2010\projects\hw_5b\hw_5b\employee.cpp(52): error C2448: 'Employee::displayList' : function-style initializer appears to be a function definition
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========