C++ Class ‘undeclared identifier”
This is really frustrating, I’ve tried multiple variations of my class and constructor, sifted through pages of google results and other questions on this site but I can’t figure it out. I believe the error is something simple that I’m overlooking. Error code: student.h student.cpp main.cpp Just as a note, my professor said adding #include … Read more