makefile redefinition or previous definition

operation.h:4: error: redefinition of ‘class operation’

operation.h:5: error: previous definition of ‘class operation’


#ifndef OPERATION_H
#define OPERATION_H

...

...

#endif



你可能感兴趣的:(makefile redefinition or previous definition)