构造函数和析构函数怎么用
新手求助,构造函数和析构函数怎么用?不太清楚啊。。。。。。。都是做什么的??
要初始化的是不是在类中定义的东西????比如:
在public中定义了两个成员函数void aa(int a,double b);void bb(int c,double d);
类名为asd
那么构造函数就应该是asd(int a,int c,double b,double d);
析构函数~asd(); 括号中啥都不写,对吗?
[ 本帖最后由 guowei3758 于 2010-4-30 19:24 编辑 ]