/boost_tutorial

A simple useful tutorial of boost

Primary LanguageC++MIT LicenseMIT

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