struct A { struct B { //something }b[N]; struct C { //something }c[N]; }a[N];
我想在 结构体 C 中调用 b 数组,该怎么改啊QAQ
现在在 结构体 C 中调用 b 数组,会提示:
[Error] invalid use of non-static data member '_68th_island::nd'