First off, this is homework and I do my classes online and the teacher doesn't respond to my e-mails in the fastest fashion. I've been getting linker errors all day and I'd like at least an explanation of why they happen.
here is my problem.
Main.obj : error LNK2019: unresolved external symbol "public: __thiscall Dictionary::Dictionary(int)" (??0Dictionary@@QAE@H@Z) referenced in function _main
C:\Documents and Settings\Keith Acevedo\My Documents\Visual Studio 2008\Projects\RosarioWeek3\Debug\RosarioWeek3.exe : fatal error LNK1120: 1 unresolved externals
I get these two when I try to compile my program. It also does this when I try to put composition in it.
the problem is in the dictionary file. It's not seeing myDictionary.loadDictionary(); for some reason and I don't know why.
Also if you guy/gals would I have included a second zip of an alternate way I was going with the project maybe you can tell me what I am doing wrong there too.
The one I really want to focus is week 3 they are both the same program it's just I was trying different things and yes, the menu funtions thing is supposed to be in controller. I have included them both to show supposed to show my problems in composition and this inheritance error. Any help will be appreciated.