1.下载boost库。http://www.boost.org/ 我下载的是boost_1_51_0版本。放在D:\opensource\boost_1_51_0。

2.编译boost库。

    执行D:\opensource\boost_1_51_0目录下的bootstrap.bat。

    接下来打开cmd,进入D:\opensource\boost_1_51_0目录,执行下面的命令:

    bjam --toolset=msvc-10.0 --prefix=D:\opensource\boost_1_51_0\BoostLibAndDll --build-type=complete install

3.包含到visual studio 2010中。

打开VS2010 选择 工具->选项->vc++目录

      设置包含文件目录D:\opensource\boost_1_51_0\BoostLibAndDll\include\boost-1_51

      设置库文件目录:D:\opensource\boost_1_51_0\BoostlibAndDll\lib

4.boost正则表达式库简介。

5.boost正则表达式库的测试及使用。

04-30 07:32