012:这个指针哪来的
Posted zzsama
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了012:这个指针哪来的相关的知识,希望对你有一定的参考价值。
#include <iostream> using namespace std; struct A { int v; A(int vv):v(vv) { } // 在此处补充你的代码 const A *getPointer() const { return this; } }; int main() { const A a(10); const A * p = a.getPointer(); cout << p->v << endl; return 0; }
const A *getPointer() const 第二个const是为什么
以上是关于012:这个指针哪来的的主要内容,如果未能解决你的问题,请参考以下文章
如何卸载Trend micro internet security 2008?它是哪来的?