Hello everyone.
I am begginer with Hashing algorithm. So I had for project to write a simple Console Phonebook that uses Open Adress Hashing with Linear Probes. I was working with templates. When I compile it I get Unsolved External errors (5 of them) and I have no clue how to fix it. I know in some cases unsolved externals can be solved with "inline" keyword in function header or "export" for which I get not suported message from my Visual C++ compiler. So I would ask someone who has more experience just to try to compile this. My source is Zipped. Thanks in advance...