12345678
class AA{ private: int *x; public: AA(int a, int b){ x=new int[a][b]; //ERROR!! } };
int [a] [b]
int**