[问题] class里的struct

楼主: kenn2001 (kenn )   2014-12-04 18:43:38
如题
我想要在class里定义一个struct
如下:
class Player{
private:
struct Friend friend[100];
};
struct Friend{
char name[10];
char birth;
};
请问有什么错?
错误讯息:
[Error] field 'friend' has incomplete type
作者: littleshan (我要加入剑道社!)   2014-12-04 18:54:00
1. 先后顺序 2. class内的宣告不用再加struct关键字
作者: kwpn (ITSST)   2014-12-04 21:25:00
class内宣告的friend为静态物件,必须complete type
作者: littleshan (我要加入剑道社!)   2014-12-04 22:44:00
话说我没注意到,friend是关键字啊 XDDDDDDDD

Links booklink

Contact Us: admin [ a t ] ucptt.com