boost_study

首先 下载boost   http://sourceforge.net/projects/boost/?source=typ_redirect  

谷歌之  :Boost is a set of libraries for the C++ programming language that provide support for tasks and structures such aslinear algebrapseudorandom number generationmultithreadingimage processingregular expressions, and unit testing. It contains over eighty individual libraries.

环境: VS2013  下载 CPPDebuggerVisualizers.VS2013 

下载了一个工程  需要 boost  那么设置 

boost 下载了后 运行文件夹目录下  bootstrap.bat  按着提示进行    将会生成很多lib 文件等 时间很长 要生成>1G的东西 lib 复制进vs2013 lib目录下

Configuration Properties > C/C++ > General > Additional Include Directories, enter the path to the Boost root directory,

for example E:oost_1_56_0oost_1_56_0  文件夹下有 很多文件夹 有 boost doc libs 等   接着编译工程就成功了~_~

 Configuration Properties > C/C++ > Precompiled Headers, change Use Precompiled Header (/Yu) to Not Using Precompiled Headers.2

 开源项目以后学习~~~~~~~~~~~~~~~~~~~~~

原文地址:https://www.cnblogs.com/zcc1414/p/4064063.html