◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2223 left of '->member' must point to struct/union The left operand of the '->' operator is not a pointer to a struct/union type. This error can occur when the left operand is an undefined variable. Undefined variables have type int. -♦-