Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7771228
  • 博文数量: 701
  • 博客积分: 2150
  • 博客等级: 上尉
  • 技术积分: 13233
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-29 16:28
个人简介

天行健,君子以自强不息!

文章分类

全部博文(701)

文章存档

2019年(2)

2018年(12)

2017年(76)

2016年(120)

2015年(178)

2014年(129)

2013年(123)

2012年(61)

发布时间:2016-05-12 21:33:48

原文链接:http://www.cnblogs.com/lidabo/p/3906053.html一、命令行解析tprogram_options解析命令行参数示例代码: #include <iostream>  using namespace std;    #include <boost/program_options.hpp>&n.........【阅读全文】

阅读(3130) | 评论(0) | 转发(0)

发布时间:2016-04-25 15:18:06

一. 下载与安装1. 下载openssl:http://www.openssl.org/source/ 下载最新版本的openssl-1.0.1c.tar.gz 。解压到C:\openssl-1.0.1c,在openssl-1.0.1c的目录下面,会看到有两个文件INSTALL.W32 和INSTALL.W64;他们分别是在32位和64位下的安装文档,2. 下载并安装 ActivePerl下载 ActiveState Perl, 网址:http://w.........【阅读全文】

阅读(2908) | 评论(0) | 转发(0)

发布时间:2016-04-10 10:13:32

Presenting Boost.AtomicBoost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables.It implements the interface as defined by the C++11 standard, but m.........【阅读全文】

阅读(3253) | 评论(0) | 转发(0)

发布时间:2016-04-09 22:48:30

Boost_1_53_0终于迎来了久违的Boost.Lockfree模块,本着学习的心态,将其翻译如下。(原文地址:http://www.boost.org/doc/libs/1_53_0/doc/html/lockfree.html) Chapter 17. Boost.Lockfree第17章.Boost.LockfreeTable of Contents目录Introduction& Mot.........【阅读全文】

阅读(2412) | 评论(0) | 转发(0)

发布时间:2016-04-09 08:33:03

Boost库是一个功能强大,构造精巧,跨平台,开源并且完全免费的C++程序库,它作为标准库的后备,是C++标准化进程的发动机之一,在linux安装过程如下:去官方网站下载最新的:www.boost.org一,下载,编译安装,需要到官方网站下载最新的版本,最新已经到1.60.0。$ tar -jxvf boost_1_60_0.tar.bz2 $ cd boost_1_.........【阅读全文】

阅读(1851) | 评论(0) | 转发(1)
给主人留下些什么吧!~~

七月羽歌2017-04-14 11:13

美的事物是永恒的喜悦。

回复  |  举报

七月羽歌2017-04-14 10:40

全局留言。哇,

回复  |  举报

指尖上的幽灵2015-03-17 18:05

看了你这么多东西,如果不留下点什么多说不过去啊!加油啊

回复  |  举报
留言热议
请登录后留言。

登录 注册