Book Image

Learning Boost C++ Libraries

By : Arindam Mukherjee
Book Image

Learning Boost C++ Libraries

By: Arindam Mukherjee

Overview of this book

Table of Contents (19 chapters)
Learning Boost C++ Libraries
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Self-test questions


  1. What are the different types of name layouts supported by Boost libraries?

    a. Tagged, native, and mangled

    b. Tagged, mangled, and versioned

    c. Tagged, versioned, and system

    d. Versioned, systems, and decorated

  2. Boost allows you to automatically link to necessary Boost libraries on Windows.

    a. True

    b. False

  3. What does the following filename tell you about the library?

    boost_date_time-vc100-mt-gd-1_57.dll

    Tick all that apply.

    a. It is the DateTime library.

    b. It is a thread-safe library.

    c. It was built using g++.

    d. It is not a debug library.

  4. What is the name layout of the following library?

    libboost_exception-mt-gd.lib

    a. Tagged

    b. System

    c. Versioned

    d. Default