摘要:
#include <iostream> class Demo { public: int* a; }; /** int * f() { Demo d; d.a = new int(1); std::cout << "addr: "<< d.a<<" "<< *d.a << std::endl; // 阅读全文
posted @ 2022-05-28 16:57
Zcb0812
阅读(106)
评论(0)
推荐(0)
浙公网安备 33010602011771号