开发平台(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] 的这种方式好像也不是很好
是否可教我改写