摘要:
概述 对象的类型决定了其上的操作. 只能在const类型的对象上执行不改变其内容的操作. const对象必须初始化,初始值可以是任意表达式. // const放在两个位置都可以 // const对象必须初始化 const int ci1 = 10; int const ci2 = 20; int i 阅读全文
posted @ 2020-12-02 11:36
_RightHand
阅读(97)
评论(0)
推荐(0)
浙公网安备 33010602011771号