A two dimensional array is really an array of pointers to one dimensional arrays. So, a pointer to a 2D array needs two stars. int** rybWheel;.
確定! 回上一頁