Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 457 Bytes

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