I get these errors when attempting to compile my code:
1>Student.obj : error LNK2019: unresolved external symbol "public: void __thiscall Student::getSsn(long)" (?getSsn@Student@@QAEXJ@Z) referenced in function _main
1>Student.obj : error LNK2019: unresolved external symbol "public: void __thiscall Student::getName(char * const)" (?getName@Student@@QAEXQAD@Z) referenced in function _main
1>c:\documents and settings\ematheson\my documents\visual studio 2010\Projects\Student\Debug\Student.exe : fatal error LNK1120: 2 unresolved externals
I'm really new at C++ especially classes. I have no idea what is going wrong.