摘要:前几天写代码的时候遇到了一个十分诡异的编译错误。对于下面的代码,你能够发现问题在那里吗? 1: #define test(a, b, c) \ 2: a; \ 3: if (b) \ 4: c 编译器给出了下面这个错误信息: testdefine.cpp(8) : error C205...
阅读全文
随笔分类 - C++
Wandering between the native & managed worldCLR/.NET 4.0开发中~~ |