-
初始化列表和构造函数,构造函数不能完全代替初始化列表的作用,比如 const pi查看全部
-
拷贝构造函数查看全部
-
string name; getline(cin, name);查看全部
-
string s = "hello" + "world"; //this line is wrong.查看全部
-
string functions查看全部
-
string chushihua查看全部
-
初始化查看全部
-
构造函数在对象实例化的时候被调用查看全部
-
conset 类名 & 变量查看全部
-
内存分区查看全部
-
初始化列表先于构造函数执行 初始化列表只能用于构造函数 初始化列表可以同时初始化多个数据成员查看全部
-
构造函数的默认值写到类的声明中查看全部
-
实例化一个Student对象stu student stu;查看全部
-
name.empty查看全部
-
拷贝构造函数查看全部
举报
0/150
提交
取消