Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Learning Boost C++
  • Table Of Contents Toc
  • Feedback & Rating feedback
Learning Boost C++

Learning Boost C++

By : Mukherjee
4.5 (2)
close
close
Learning Boost C++

Learning Boost C++

4.5 (2)
By: Mukherjee

Overview of this book

If you are a C++ programmer who has never used Boost libraries before, this book will get you up-to-speed with using them. Whether you are developing new C++ software or maintaining existing code written using Boost libraries, this hands-on introduction will help you decide on the right library and techniques to solve your practical programming problems.
Table of Contents (14 chapters)
close
close
13
Index

Self-test questions


For multiple choice questions, choose all options that apply:

  1. Which of the following lines of code is/are not well-formed? Assume that the symbols are from the boost::chrono namespace.

    a. milliseconds ms = milliseconds(5) + microseconds(10);

    b. nanoseconds ns = milliseconds(5) + microseconds(10);

    c. microseconds us = milliseconds(5) + microseconds(10);

    d. seconds s = minutes(5) + microseconds(10);

  2. What does the type boost::chrono::duration<std::intmax_t, boost::ratio<1, 1000000>> represent?

    a. A millisecond duration with integral representation

    b. A microsecond duration with integral representation

    c. A millisecond duration with floating point representation

    d. A nanosecond duration with integral representation

  3. What are the differences between boost::timer::cpu_timer and boost::timer::auto_cpu_timer?

    a. auto_cpu_timer calls start in the constructor, cpu_timer does not

    b. auto_cpu_timer cannot be stopped and resumed

    c. auto_cpu_timer writes to an output stream at the end...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Learning Boost C++
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon