如何在 C++ 中声明一个二维指针数组并用空指针初始化它?
我试图这样做
int *arr[20][30]= nullptr;
c++ arrays pointers initialization
arrays ×1
c++ ×1
initialization ×1
pointers ×1