Skip to content

needful-software/BoostTutorials

Repository files navigation

NeedfulSoftware - Boost Tutorials

This repository contains the examples for our Boost tutorials.

List of examples

Boost.Date_Time

  • Clocks1: Example showing how to get the current time at different levels of precision.

Boost.Endian

  • Conversion1: Example showing how to convert from native to little and big endian.

Boost.FileSystem

  • Path1: A simple example of manipulating paths.

Boost.Log

  • Log1: A simple example of use the Boost logging framework.
  • FileLog1: A simple example of logging to a file.
  • LogMultithreaded1: A simple example that shows trivial logging in a multithreaded application.

Boost.Random

  • Random1: A simple example of using a pseudo-random number generator.

Boost.Thread

  • Thread1: A simple example of thread creation.
  • ThreadException1: A simple example to illustrate what happens when a thread function throws an uncaught exception.

License

Copyright (c) 2015-2017 Xavier Leclercq

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.