討論串[問題] class
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 5→)留言6則,0人參與, 最新作者petrushka (不放過自己)時間16年前 (2010/05/11 14:04), 編輯資訊
0
0
0
內容預覽:
class puzzle. {. public string[ , ] state = new string[ 4, 4 ];. }. puzzle intial = new puzzle();. intial.state = new string[,] {. { "1", "2", "3", "4
(還有195個字)

推噓0(0推 0噓 4→)留言4則,0人參與, 最新作者willy01 (汪洋中的一條狗)時間16年前 (2010/05/10 23:22), 編輯資訊
0
0
0
內容預覽:
卡在小問題上修好久. 先建立一個CLASS. class puzzle. {. public string[,] state = new string[4, 4];. }. 然後在主程式中打. puzzle intial = new puzzle();. intial.state[,]={{1,2,
首頁
上一頁
1
下一頁
尾頁