請問C++要怎麼動態配置二維陣列 >我試過用new int[n][n] ; >可是譯器說有錯誤........ . >為甚麼呢?? 你要配置的二維的array的話,可以用一下的方法 int main()
www.google.com.tw