博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
宏替换
阅读量:4884 次
发布时间:2019-06-11

本文共 169 字,大约阅读时间需要 1 分钟。

1 #define add(a+b) a+b2 int main() {3     printf("%d\n", 5 * add(3 + 4));4     return 0;5 }

宏替换是完全的文本替换, 相当于5*3+4,所以等于19

转载于:https://www.cnblogs.com/dk666/p/5977604.html

你可能感兴趣的文章
poj 3621 Sightseeing Cows
查看>>
hdu 3666 THE MATRIX PROBLEM
查看>>
TopCoder SRM 176 Deranged
查看>>
Javascript中数组与字典(即map)的使用
查看>>
memcached(十三)注意事项
查看>>
ITerms2在mac系统下的安装和配色,并和go2shell关联
查看>>
nginx常见面试题1
查看>>
Sublime Text 报“Pylinter could not automatically determined the path to lint.py
查看>>
自动化测试用例getText()获取某一个元素的值返回null或空
查看>>
大数智能未来
查看>>
virtualenv和virtualenvwrapper 的安装和使用
查看>>
MAC sublime text 无法自动补齐标签
查看>>
经典代码(01)
查看>>
生成ico格式图标
查看>>
并查集hdu4424
查看>>
jdbc之分页查询
查看>>
sbrk and coreleft
查看>>
树型DP
查看>>
怎么在ubuntu上使用pidgin登陆QQ
查看>>
思维的惰性
查看>>