I need help identifying these last few errors. #################################
ID: 3639581 • Letter: I
Question
I need help identifying these last few errors.
#################################################################################################
//main.cpp
##################################################################################################
//hashTable.cpp
##################################################################################################
//hashtable.h
##################################################################################################
//data.cpp
##################################################################################################
//data.h
##################################################################################################
//stock.cpp
#################################################################################################
//stock.h
Explanation / Answer
In hashTable.cpp, change your operator= to the following(Or however you need it). You can message me too if you need more help. const hashTable& hashTable::operator=(hashTable const &other) { copy(other); return other; }
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.