Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zddhub/boost_tutorial

A simple useful tutorial of boost
https://github.com/zddhub/boost_tutorial

Last synced: about 2 months ago
JSON representation

A simple useful tutorial of boost

Awesome Lists containing this project

README

        

boost_tutorial [![Build Status](https://travis-ci.org/zddhub/boost_tutorial.svg?branch=master)](https://travis-ci.org/zddhub/boost_tutorial)
==============

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
==========

```sh
mkdir release && cd release
cmake ..
make
```