C++常用宏

输出调试信息:

  1.TRACE("msg=0x%08x\r\n",uMsg);

  2.OutputDebugString(“hello world!”);

  3.#error there is some thing error!

posted @ 2016-04-07 22:12  印记1989_0314  阅读(118)  评论(0)    收藏  举报