我有以temp成员命名的结构n:
temp
n
struct temp { int n; }
我希望声明一个指向p访问成员的指针n。
p
struct temp *p
如何进入构件n由另一个指针p1指向指针p。
p1
c++ struct pointers member memory-address
c++ ×1
member ×1
memory-address ×1
pointers ×1
struct ×1