-
从栈中申请的对象系统会自动释放内存,而堆中的对象要人工释放内存查看全部
-
内存分配查看全部
-
只读属性查看全部
-
重要的笔记查看全部
-
if we don't initialize a variable, the value of the variable might be different based on different compiler查看全部
-
getline(cin,name), get the line from cin to name查看全部
-
when we want to use "+" in string, we can't add two const string directly, for example, NO: s6 = "hello" + "world";查看全部
-
string operator查看全部
-
初始化列表查看全部
-
初始化列表特性查看全部
-
析沟函数 是没有参数的查看全部
-
初始化列表 优先于构造函数查看全部
-
初始化列表 构造函数后面 用:号隔开查看全部
-
初始化列表查看全部
-
使用new后必须用delete删除查看全部
举报
0/150
提交
取消