摘要: 代码如下: #include <iostream> void RefConst() { char greeting[] = "Hello world!"; // (0) char* p = greeting; // non-const pointer, non-const data const ch 阅读全文
posted @ 2021-06-17 20:33 艾孜尔江 阅读(75) 评论(0) 推荐(0)