腾讯云618特惠专场

文章列表

Get typedef of current class(获取当前类的 typedef)
Viewing compiler expanded code - C++(查看编译器扩展代码 - C++)
Trick : filling array values using macros (code generation)(技巧:使用宏填充数组值(代码生成))
Advantage of macro over in-line in C++(宏优于 C++ 中的内联)
Reuse nested loops without copy and paste(无需复制和粘贴即可重用嵌套循环)
How can I create a macro which uses a value multiple times, without copying it?(如何创建一个多次使用一个值而不复制它的宏?)
getting compile-time date and time without macros(获取没有宏的编译时间日期和时间)
How to extract __VA_ARGS__?(如何提取 __VA_ARGS__?)
Checking for availability of C++0x algorithm additions(检查 C++0x 算法添加的可用性)
#define with space(#用空格定义)