首页 > 代码库 > boost_study

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 algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing. It contains over eighty individual libraries.

环境: VS2013  下载 CPPDebuggerVisualizers.VS2013 

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

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

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

 

 

boost_study