开发平台(Platform): (Ex: Win10, Linux, ...)
Linux
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
GCC
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
问题(Question):
请问下面网址内的程式码
第26行~48行, 执行结果会认为variable a1的值是0
原因是preprocessor展开的时候还没compile, 所以将不认得的variable当成0来看待吗?
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版,禁止使用图档)
https://ideone.com/LmmXtE
补充说明(Supplement):