搞怪草丛

文章
3
资源
0
加入时间
2年10月18天

WIN32和_WIN32的区别

WIN32 is defined by the SDK or the build environment, so it does not use the implementation reserved namespace_WIN32 is defined by the compiler so it uses the underscore to place it in the implementat

C++日志类

程序开发中,一个好的日志是非常重要的,对于不容易调试的环境尤其重要。几乎每一个程序都需要日志输出,所以,总结自己的一个日志类非常重要,可以做到优秀的代码重复使用,使用中不断的更新,可以大大提高自己工作的效率。下面是我工作中使用的日志类(CSAStatusLog),有以下优点:1. 自动生成日志目录,以时间生成日志文件,避免重复;2. 有临界排斥,多线程安全使用;3. 日志分级别