I am a very beginner at C++ and have been working by myself. I have been struggling several of times since there's no one around to help me learn the basics.
My question is, every time I try to compile, I get these errors:
I know it's a URL... click on it and it will show you a screen shot of the error
the error comes down in the program and cannot copy it, that's why I had to screen shot it and upload it...
It means that you have not terminated(ended) the line before return statement. This means that you have not put a semicolon(;) at the end of the line before the return statement.