C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2223
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2223
 
     left of '->member' must point to class/struct/union
 
     The left operand of the member access operator (->) is not a
     pointer to a class, structure, or union type.
 
     This error can occur when the left operand is an undefined
     variable. Undefined variables have type int.
                                    -♦-