C断言代码
作者:猫叔猫叔 / 发布于2014/8/4/ 678
断言工具:ASSERT(bool expr)、ASSERT_MSG(bool expr, char const* msg),CHECK(bool expr)、CHECK_MSG(bool expr, char const* msg)。ASSERT 族 会中断程序, CHECK 族 不会。
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved 站长博客 粤ICP备13059550号-3