码迷,mamicode.com
首页 >  
搜索关键字:5 c++ boost 智能指针    ( 2698个结果
vs2012 boost库安装配置
www.boost.org下载boost库,解压 打开vs2012的Visual Studio Tools中的VS2012 x86 Native Tools Command Prompt 进入boost库目录执行bootstrap.bat,生成bjam.exe工具 执行bjam toolset=msvc-12.0 variant=debug,release threa...
分类:其他好文   时间:2014-12-26 20:20:29    阅读次数:250
裸机开发环境配置
sudo yum install ncurses-develsudo yum install openssh-clientssudo yum install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-deve...
分类:其他好文   时间:2014-12-26 18:10:17    阅读次数:208
c++ 库 boost安装
http://blog.chinaunix.net/uid-12226757-id-3427282.htmlubuntuapt-get install libboost-dev全部:apt-get install libboost-all-dev看有些资料写的:apt-get install lib...
分类:编程语言   时间:2014-12-26 16:23:59    阅读次数:282
从零开始写rest的demo (c++)
c++啊,本人是空白,突然安排个任务,c++做个demo,用来与rest服务器进行通信。艰巨的任务,每一步进行记录,供来者借用。1.新建win32控制台项目,vs20132.安装boost类库Boost是一个和STL类似的标准库,但它扩充了STL使得泛型的优点发挥到最佳。因此现在Boost比STL更...
分类:编程语言   时间:2014-12-26 14:32:45    阅读次数:178
[AngularJS] New in Angular 1.3 - Performance Boost with debugInfoEnabled
By default, Angular provides a lot of debug information on the DOM that's only necessary for tools like Protractor and Batarang. Angular 1.3 allows yo...
分类:Web程序   时间:2014-12-25 21:56:36    阅读次数:268
Boost C++: 数据结构---tuple
1 #include 2 #include 3 #include 4 #include 5 #include 6 7 void TestTuple1() 8 { 9 typedef boost::tuple person;10 person p("kevin", "25...
分类:编程语言   时间:2014-12-25 20:10:40    阅读次数:250
VS2008下直接安装使用Boost库1.46.1版本号
Boost库是一个可移植、提供源码的C++库,作为标准库的后备,是C++标准化进程的发动机之中的一个。 Boost库由C++标准委员会库工作组成员发起,当中有些内容有望成为下一代C++标准库内容。在C++社区中影响甚大,是不折不扣的“准”标准库。 Boost因为其对跨平台的强调,对标准C++的强调....
分类:其他好文   时间:2014-12-25 18:09:17    阅读次数:171
Boost C++: 网络编程1
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #in...
分类:编程语言   时间:2014-12-25 16:03:29    阅读次数:195
boost安装
下载 http://www.boost.org/ 安装 文件解压在/usr/local/目录下 在/usr/local/boost-*目录下,执行./bootstrap.sh 在/usr/local/boost-*目录下,执行sudo ./bjam  --layout=versioned --build-type=complete --toolset=gcc install  在/...
分类:其他好文   时间:2014-12-25 14:34:17    阅读次数:177
Boost.Asio C++ Network Programming翻译的校对稿
Boost.Asio C++ Network Programming翻译的校对稿将发布在gitbook上:https://www.gitbook.com/book/mmoaay/boost-asio-cpp-network-programming-chinese...
分类:编程语言   时间:2014-12-25 10:04:26    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!