[cpp] view plain copy // testBind.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <boost/bind.hpp> #include Read More
posted @ 2017-10-07 21:30
findumars
Views(496)
Comments(0)
Diggs(0)
[cpp] view plain copy // testFinally.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> using names Read More
posted @ 2017-10-07 21:24
findumars
Views(729)
Comments(0)
Diggs(0)
C++第三方日志库Pantheios Kagula 2012-1-11 简介 在项目实践中发现一个好的日志记录非常重要,你需要借助Logging才能跟踪软件中的错误。所以这里研究下第三方C++库Pantheios的使用。 Pantheios的架构分为前端和后端,具体概念介绍参考资料[3],这里只给出 Read More
posted @ 2017-10-07 21:20
findumars
Views(1194)
Comments(0)
Diggs(0)
Q:VC中引用第三方库,常见的库冲突问题 环境:[1]VS2008 [2]WinXP SP3 A1(方法一): [S1]第三方库(Binary形式的)如果同主程序冲突,则下载第三方库的源码[S2]保持[VS2008]->[Configuration Properties]->[C/C++]->[Co Read More
posted @ 2017-10-07 21:16
findumars
Views(1006)
Comments(0)
Diggs(0)
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/lee353086/article/details/38311421 Read More
posted @ 2017-10-07 21:14
findumars
Views(2130)
Comments(0)
Diggs(0)