[bootst]-bookの各モジュール

1023 ワード

ブックの中のライブラリの一部は、コンパイルする必要はなく、直接使用されます.もう一部はlibを生成するためにコンパイルする必要があります.またはdllを使用することができます.この部分をコンパイルする必要があります.これはオペレーティングシステムの機能に依存して、スレッド同期、ファイルシステム、プログラム最適化、信号などを実現するためです.
    コンパイルせずに直接使用するライブラリがあります.
        DateTime
        Graph
        Math
        Random
        Test
        Exception
ブックソースディレクトリ:
boost_1_57_0\ .................The “boost root directory”
   index.htm .........A copy of www.boost.org starts here
   boost\ .........................All Boost Header files
   lib\ .....................precompiled library binaries
   libs\ ............Tests, .cpps, docs, etc., by library
     index.html ........Library documentation starts here
     algorithm\
     any\
     array\
                     …more libraries…
   status\ .........................Boost-wide test suite
   tools\ ...........Utilities, e.g. Boost.Build, quickbook, bcp
   more\ ..........................Policy documents, etc.
   doc\ ...............A subset of all Boost library docs