YINGHAI

Results 3 issues of YINGHAI

I'm not sure if the original capitalization will work correctly, but what I am certain of is that ensuring consistency with the original path should not go wrong.

### 勘误: ```c++ //语句打印 s4 原来是 s2 printf("s4 age:%d, num:%d\n", s4.age, s4.num); ``` ### 优化 对于转换构造函数,在原本的举例代码中使用以下举例 ```c++ ... Student(int r){ //转换构造函数,形参是其他类型变量,且只有一个形参 this->age = r; this->num = 1002; }; ... int...

### 勘误: ```c++ //语句打印 s4 原来是 s2 printf("s4 age:%d, num:%d\n", s4.age, s4.num); ``` ### 优化 对于转换构造函数,在原本的举例代码中使用以下举例 ```c++ ... Student(int r){ //转换构造函数,形参是其他类型变量,且只有一个形参 this->age = r; this->num = 1002; }; ... int...