我用C++编写了一个类.在其中我写道:
class Node{ private: Node*m[200]=NULL; };
(这是课程的一部分)但我收到错误.我该怎么做才能定义一个指针数组,NULL?
c++ pointers
c++ ×1
pointers ×1