如何使用 [cpp] view plain copy #include "sperformance.h" #include <iostream> #include <boost/thread.hpp> int main(int argc, char** argv) { kagula::Perform Read More
posted @ 2017-10-07 21:49
findumars
Views(2166)
Comments(0)
Diggs(0)
作者:kagula 日期: 2008-9-2 环境: [1]VisualStudio2005简体中文版(必需已经安装C语言开发环境支持) [2]WinXP+SP3 读者要求: 初步使用过Visual C++2005 内容简介: 通过简述一个简单的ATL程序的建立过程,使大家对如何在VC2005下编写 Read More
posted @ 2017-10-07 21:33
findumars
Views(383)
Comments(0)
Diggs(0)
Boost::thread库的使用 2009/11/26 Kagula 最后更新日期 2016/12/02 阅读对象 本文假设读者有几下Skills [1]在C++中至少使用过一种多线程开发库,有Mutex和Lock的概念。 [2]熟悉C++开发,在开发工具中,能够编译、设置boost::threa Read More
posted @ 2017-10-07 21:32
findumars
Views(1476)
Comments(0)
Diggs(0)
[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)
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/lee353086/article/details/38421095 Read More
posted @ 2017-10-07 21:13
findumars
Views(1801)
Comments(0)
Diggs(0)
testWebBrowserDlg.h [cpp] view plain copy // testWebBrowserDlg.h : 头文件 // #pragma once #include "explorer1.h" #import "C:\windows\system32\mshtml.tlb" Read More
posted @ 2017-10-07 21:12
findumars
Views(801)
Comments(0)
Diggs(0)
Open SSL 开发环境配置 最后更新日期:2014-05-13 阅读前提:VisualStudio的基本使用、Cent OS的基本使用 环境: Windows 8.1 64bit英文版,Visual Studio 2013 Professional Update1英文版,ActivePerl 5 Read More
posted @ 2017-10-07 21:11
findumars
Views(1255)
Comments(0)
Diggs(0)