摘要:这几天看一个ros软路由的的API借口的C++实现看到一个关于DEBUG的测试,第一次见,感觉挺实用的,记录一下:#include#include #define DEBUG 1using namespace std;int main(){ DEBUG ? printf("hello\n") ...
阅读全文
posted @ 2014-08-04 23:37
随笔分类 - 程序测试
摘要:这几天看一个ros软路由的的API借口的C++实现看到一个关于DEBUG的测试,第一次见,感觉挺实用的,记录一下:#include#include #define DEBUG 1using namespace std;int main(){ DEBUG ? printf("hello\n") ...
阅读全文
posted @ 2014-08-04 23:37
|
||