请问这个程序哪有问题呢,谢谢
c++吧
全部回复
仅看楼主
level 1
kisonlee
楼主
#include "stdafx.h"#
include
class cat{public:static int mcount;int mid;cat(){mid=++mcount;};~cat(){mcount--;};};int cat::mcount=0;void printinfo(cat &cata){cout<<"mcount="<
2007年04月21日 07点04分
1
level 1
kisonlee
楼主
没看懂
2007年04月21日 08点04分
3
level 1
kisonlee
楼主
这也没解释明白啊,我不懂啊还
2007年04月21日 08点04分
6
level 1
kisonlee
楼主
哪有什么cat[x]啊
2007年04月21日 09点04分
8
1