0
C++ error
What does error: redefinition of " class name " and note: previous definition of"class name" means? And how can I fix it?
2 Réponses
+ 6
Just from the information you provided. This error occurs when compiler finds more than one definitions of class in one translation unit.