摘要: 手写笔记 代码文件夹 存在问题: *在const前面表示const所指的不能被修改 *在const后面表示指针不能被修改两者之间的区别? const string *和string const *一样,表示变量本身可以修改,但是指向的内容不可以修改 string const *是变量本身不可以修改, 阅读全文
posted @ 2020-03-08 10:15 过er 阅读(164) 评论(0) 推荐(0) 编辑