HashT.cpp: In constructor âHashT::HashT()â:
HashT.cpp:9: error: cannot convert âHashT::Node**â to âHashT::Node*â in assignment
HashT.cpp:13: error: no match for âoperator=â in â*(((HashT*)this)->HashT::myHashTable + ((HashT::Node*)(((unsignedint)i) * 1032u))) = (HashT::Node*)operatornew(1032u)â
HashT.h:17: note: candidates are: HashT::Node& HashT::Node::operator=(const HashT::Node&)
HashT.cpp:14: error: base operand of â->â has non-pointer type âHashT::Nodeâ
HashT.cpp: In constructor âHashT::HashT(int)â:
HashT.cpp:22: error: cannot convert âint*â to âHashT::Node*â in assignment
HashT.cpp:26: error: no match for âoperator=â in â*(((HashT*)this)->HashT::myHashTable + ((HashT::Node*)(((unsignedint)i) * 1032u))) = (HashT::Node*)operatornew(1032u)â
HashT.h:17: note: candidates are: HashT::Node& HashT::Node::operator=(const HashT::Node&)
HashT.cpp:27: error: base operand of â->â has non-pointer type âHashT::Nodeâ
HashT.cpp: In member function âvoid HashT::hashtable_add(char*, int)â:
HashT.cpp:50: error: âkeyâ was not declared in this scope
HashT.cpp:59: error: incompatible types in assignment of âchar*â to âchar [1024]â
HashT.cpp:69: error: incompatible types in assignment of âchar*â to âchar [1024]â
HashT.cpp: In member function âvoid HashT::hashtable_display()â:
HashT.cpp:81: error: cannot convert âHashT::Nodeâ to âHashT::Node*â in assignment
HashT.cpp:86: error: âcoutâ was not declared in this scope
HashT.cpp:86: error: âendlâ was not declared in this scope
HashT.cpp:89: error: base operand of â->â has non-pointer type âHashT::Nodeâ
make: *** [HashT.o] Error 1