Const修饰类成员函数
摘要:主要说明const 类成员函数调用方式 以及this指针对应变化 SimpleConst.h #pragma once class A { public: int a; int b; const int c; A(int i, int j, int t); //const 成员函数 void Pri
阅读全文
posted @ 2022-09-25 11:33
posted @ 2022-09-25 11:33