All Projects → zddhub → Boost_tutorial

zddhub / Boost_tutorial

Licence: mit
A simple useful tutorial of boost

boost_tutorial Build Status

A simple tutorial of boost

includes:

  • smart pointer : boost::scoped_ptr boost::shared_ptr boost::weak_ptr
  • boost::property_tree : parser JSON file
  • boost::any
  • boost::make_shared
  • boost::function (callback)

How to run

mkdir release && cd release
cmake ..
make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].