二維陣列 :(假設我們要產生大小為n*m 的矩陣). int ** array;. array = new int * [n];. //此矩陣有n 個列(rows); 先new 出n 個int *. for (int i=0; i<n; i++).
確定! 回上一頁