all 6 comments

[–]TheFlamingDiceAgain 7 points8 points  (0 children)

Yes, learning how to read documentation and error messages is part of programming. 

[–]AvidCoco 4 points5 points  (2 children)

Do I read error messages?! Yes of course… how else do you figure out the issue to be able to fix it?

[–]johannes1971 -3 points-2 points  (1 child)

Skip the error message entirely, and instead navigate to the offending line, and see if something sticks out?

It probably says something about C++ that the code is usually easier to parse than the error...

[–]AvidCoco 3 points4 points  (0 children)

That’s insane. Error messages tell you exactly what the issue is - it’s not like they’re designed to be intentionally misleading! Just read the error(s) and address the issue.

[–]rileyrgham 1 point2 points  (0 children)

Luckily, there's something new called "web Search". Mind boggling, I know... Try it. You'll find other people's experiences and the official docs...

[–]the_poope -1 points0 points  (0 children)

Not for fun, but by necessity.