zddhub / boost_tutorial

A simple useful tutorial of boost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 96.1%Language:CMake 3.9%