1 :previous definition of ‘class friends’
可能是引用了多个头文件,或者头文件中的预处理没有弄好
2:statement cannot resolve address of overloaded function
可能是函数重载错误
3:Multiple markers at this line - Symbol 'cout' could not be resolved - Symbol 'endl' could not be
resolved
这是一个很低级的错误,就是没有加上命名空间
4:undefined reference to vtable for "xxx::xxx"
这种问题一般是虚函数没有实现。
5:error: two or more data types in declaration specifiers
一般是定义完变量后没有打分号