0

C++ error

What does error: redefinition of " class name " and note: previous definition of"class name" means? And how can I fix it?

24th May 2021, 12:15 AM
Zotta
Zotta - avatar
2 Respuestas
+ 6
Just from the information you provided. This error occurs when compiler finds more than one definitions of class in one translation unit.
24th May 2021, 12:42 AM
Arsenic
Arsenic - avatar