Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zddhub/boost_tutorial
A simple useful tutorial of boost
https://github.com/zddhub/boost_tutorial
Last synced: 3 months ago
JSON representation
A simple useful tutorial of boost
- Host: GitHub
- URL: https://github.com/zddhub/boost_tutorial
- Owner: zddhub
- License: mit
- Created: 2014-02-23T12:22:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T04:18:06.000Z (over 7 years ago)
- Last Synced: 2024-07-16T13:06:26.367Z (4 months ago)
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```