[Solved] My C++ code is not working (for class declaration) [closed]


Follow your class and struct declarations with a semicolon. It’s there for declarations of variables of that type, and typedefs.

8

solved My C++ code is not working (for class declaration) [closed]