Expected Intializer before ... ?

I am working on my final project, and it seems to be almost complete. I am running it with the main.cpp and class files.

Sadly, I keep getting this error towards the end:
"Expected initializer before --- ?"

It's showing up with different parts of this project and only in the main.cpp, but I cannot seem to find any information on what this error means exactly? Can anyone elaborate on what the error means so I can look into finishing this?
Its usually if you're missing a semicolon at the end of a struct or class.
Last edited on
I will look over my code and see if I missed any! Thank you very much!
Topic archived. No new replies allowed.