问答详情
源自:5-1 队列的实际应用

求助代码问题

我咋一堆错误啊?找了两天了原因,还是这样。求助啊!! 1>c:\users\administrator\desktop\charge\11122\11122\customer.h(4): error C2011: 'customer' : 'class' type redefinition 1>          c:\users\administrator\desktop\charge\11122\11122\customer.h(4) : see declaration of 'customer'

提问者:lanpier511 2016-08-26 09:46

个回答

  • lanpier511
    2016-08-26 09:56:45

    找到原因了,要加

    #ifndef CUSTOMER_H

    #define CUSTOMER_H

    #endif