文章列表
c++ macros with memory?(带内存的 C++ 宏?)
What#39;s the purpose of dummy addition in this quot;number of elementsquot; macro?(在这个“元素数量中进行虚拟加法的目的是什么?宏?)
Can I determine if an argument is string literal?(我可以确定参数是否是字符串文字吗?)
Something between __func__ and __PRETTY_FUNCTION__?(__func__ 和 __PRETTY_FUNCTION__ 之间的东西?)
Rare cases where MACROs must be used(必须使用 MACRO 的极少数情况)
Which Cross Platform Preprocessor Defines? (__WIN32__ or __WIN32 or WIN32 )?(哪个跨平台预处理器定义?(__WIN32__ 或 __WIN32 或 WIN32 )?)
What is double evaluation and why should it be avoided?(什么是双重评估,为什么要避免它?)
Universally compiler independent way of implementing an UNUSED macro in C/C++(在 C/C++ 中实现 UNUSED 宏的通用编译器独立方式)
Using commas inside a macro without parenthesis: How can I mix and match with a template?(在没有括号的宏中使用逗号:如何与模板混合和匹配?)
Python-like C++ decorators(类 Python C++ 装饰器)