apolukhin / Boost-Cookbook

Online examples from "Boost C++ Application Development Cookbook":
http://apolukhin.github.io/Boost-Cookbook/
Boost Software License 1.0
401 stars 108 forks source link
book boost c-plus-plus cpp cpp11 cpp14 cpp17 online-compiler online-learning recipes teaching tutorial tutorials

Boost C++ Application Development Cookbook, Second Edition

This repository contains all the code examples from the

Compile and Run Examples Online.

Build Status Build status Coverage Status codecov.io

Content

This repository contatins project files for QtCreator IDE. BoostBook.pro - is the main project file. See config.txt file for setupping platform specific flags.

QtCreator's project files are very simple and it's easy to understand what is required for example compilation by just opening the '.pro' file with any text editor.

All source code is distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Coding style

Some of the C++ coding styles are broken to fit better cookbook educational format:

This is done in attempt to show in which header which classes and functions are defined. Another goal of doing so, is to avoid errors while copying parts of code to book (it is simpler and safer to copy required peace of code at once, instead of gathering together headers and code parts all across the project).

This is done to reduce amount of unrequired text in book.

This is done for your simplicity. You may open any recipe, start it from the middle of 'How to do it' part and see a working part of code that does not require searching all around the chapter for an answer 'In what namespace is this class defined?'.

Thanks

Thanks to Heather Gopsill from Packt Publishing for giving a permission to make sources publicly available. Thanks to Nitin Dasan from Packt Publishing for getting all the necessary approvals for making sources publicly available for the second edition of the book.

Notes for book update

For year 2022+ :