Skip to content

zddhub/boost_tutorial

Repository files navigation

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

About

A simple useful tutorial of boost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published