Explanations of a few g++ compiler error messages

I was going through some old notebooks tonight and found a page where I’d noted some of the error messages that g++ gave me during some early C++ coursework. I took the time to write nice explanations of the error messages: what they mean and how to fix them. I figured that someone else may […]