SyntaxFix
Write A Post
Hire A Developer
Questions
This error tells you everything:
undefined reference toHash::insert(int, char)
You're not linking with the implementations of functions defined in Hash.h. Don't you have a Hash.cpp to also compile and link?
Hash.h
Hash.cpp