> 其他 >
#define A B
人气:226 ℃ 时间:2020-06-10 09:14:18
解答
#define 是C/C++中的宏定义标识符,#define A B 的意思就是在编译过程中,用B字符串来替换代码中所有存在A的地方.
这句代码的写法不正确,正确的代码应该类似于 #define A "abcd",而不是#define A B abcd.
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版