摘要: release vs 在汇编中堆对象如何确定构造函数的范围 #include <stdio.h> class Person { public: Person() { age = 20; } virtual int getAge(){ return this->age; } int age; }; i 阅读全文
posted @ 2022-04-11 21:10 乘舟凉 阅读(29) 评论(0) 推荐(0) 编辑