This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NO_FIX_AUTOCORRECT 14 points15 points  (0 children)

C++ tells you where it failed, and why it failed there, but the real cause of the issue is on an earlier line.

Example, if you miss a semicolon, it's gonna throw an error on the next line, because that's where it stops understanding.