摘要: 例如 class A { public: A() { int *a; a = new int; } }; 这种情况下无法访问新创建的变量。 阅读全文
posted @ 2019-11-06 17:47 轶默 阅读(229) 评论(0) 推荐(0)