VC第10章构造函数和析构函数

- 10.1 构造函数 - 简单类型变量的初始化方法int x=5; float y=10.0 数组的初始化float a[]={10.5,11,21.0,30.0};cha

腾讯文库VC第10章构造函数和析构函数VC第10章构造函数和析构函数