What does the undeclared identifier" error mean in Microsoft Visual C++ 2010?
As they said, declare or define the cl before the code. Always. You can declare it first and define it after -- look up the syntax -- but the compiler doesn't know that a Cl1 exists until you tell it it does.
No comments:
Post a Comment