Git Product home page Git Product logo

boost-cookbook's Introduction

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:

  • Headers are not always included in the beginning of source and header files.

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).

  • Our own classes are declared in global namespace (instead of separate namespace).

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

  • Usually no aliases for namespaces used and usually no using namespace used.

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+ :

  • Separate chapters on Graphs/Testing/Image processinggit
  • Remove description of all the Boost libraries that were added into C++11 (including Boost.Move)
  • More recipes for unordered containers
  • Move string_view into the first chapter
  • Pimpl example using ...?
  • Boost.Range recipes
  • boost::allocate_shared ?
  • Dig into the boost::function and statefull allocator support?
  • Boost.Convert examples
  • Add a very simple example on regexes.
  • MPL11 example (Something like "Finding the sequential layout ordering of N different types that would minimize padding due to alignment between them").
  • Add an example on stateful allocators in Boost.
  • Add an example on Boost.PolyCollection.

boost-cookbook's People

Contributors

apolukhin avatar bingozhu0197 avatar mloskot avatar ohmyarch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.