#include using namespace std; int main() { int** b = new int *[15]; }
dl们,请问这么写的话b是什么,b[12]之类的又是啥?今天刚学二级数组,困惑我一上午了。请问什么书里面有详解呢?想学。