摘要: #include <iostream> using namespace std; class A { public: A(int a) : _a(a) {} int _a; void* get_ptr() {return this;}; void p(int c) {cout << "_a: " < 阅读全文
posted @ 2024-10-30 17:13 Startu 阅读(5) 评论(0) 推荐(0) 编辑