# boost_guide **Repository Path**: syzwdong/boost_guide ## Basic Information - **Project Name**: boost_guide - **Description**: This is the sample code for Boost library Guide. - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-24 - **Last Updated**: 2021-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Boost Guide This is the sample code for Boost library Guide. [![Build Status](https://travis-ci.org/chronolaw/boost_guide.svg?branch=master)](https://travis-ci.org/chronolaw/boost_guide) [![Waffle.io - Columns and their card count](https://badge.waffle.io/chronolaw/boost_guide.svg?columns=To%20Do)](https://waffle.io/chronolaw/boost_guide) ## Requirements * Linux or other UNIX like * C++11(gcc 4.6 or later) * Boost(1.57 or later) ## See Also * [ngx_cpp_dev](https://github.com/chronolaw/ngx_cpp_dev) - Nginx cpp development kit, with the power of C++11 and Boost Library. * [openresty_dev](https://github.com/chronolaw/openresty_dev) - OpenResty/Lua Programming. * [favorite-nginx](https://github.com/chronolaw/favorite-nginx) - Selected favorite nginx modules and resources. * [professional_boost](https://github.com/chronolaw/professional_boost.git) - Professional boost development. * [ngx_google_perftools_profiler](https://github.com/chronolaw/ngx_google_perftools_profiler_module) - A better tools for nginx with google_perftools * [annotated_nginx](https://github.com/chronolaw/annotated_nginx) - 注释最新版nginx,学习研究源码