開發平台(Platform): (Ex: Win10, Linux, ...)
Windiw 7
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
CodeBlock
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
none
問題(Question):
我想要將一個結構陣列傳進副程式
並在副程式當中作一些判斷
但是當我傳入並想做一些簡單的測試時
就發生錯誤了
希各位大大能幫忙解惑
感恩
錯誤結果(Wrong Output):
錯誤資訊
no match for 'operator[]' (operand types are 'Maze' and 'int')
程式碼(Code):(請善用置底文網頁, 記得排版)
https://ideone.com/LE97Ei
補充說明(Supplement):
我 Maze maze[x+1][y+1] 的這種方式好像也不是很好
是否可教我改寫