明
明辉
Unregistered / Unconfirmed
GUEST, unregistred user!
我定义了一个这样的二维指针数组:char *M[5,6].可是编译时总是出现这样的错误。
error C2057: expected constant expression
error C2466: cannot allocate an array of constant size 0。
而且如果是定义的一维数组:char *M[30]的话就没有任何问题。
这是怎么回事呢?难道visual c++没法使用二维的指针数组吗?
error C2057: expected constant expression
error C2466: cannot allocate an array of constant size 0。
而且如果是定义的一维数组:char *M[30]的话就没有任何问题。
这是怎么回事呢?难道visual c++没法使用二维的指针数组吗?