Question: My main() file does not call to the class created in a .hpp file. It comes out with the error undefined reference to ___ const.
My main() file does not call to the class created in a .hpp file. It comes out with the error "undefined reference to "___" const.
I want to solve this by only changing the main() .cpp file, not the .hpp file.
.cpp file

.hpp file

Thank you!
include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
