Recently I've been messing with conversion constructors (or conversion in general) and trying to write some real code VC++ keeps throwing imaginary errors in my face.
Error message:
1 2
syntax error : missing ';' before '.'
syntax error : missing ';' before '.'
Two lines (near the end) related to the error are marked as "ERROR".