Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/till213/moderncpp

Modern C++ features by example code
https://github.com/till213/moderncpp

cplusplus-11 cplusplus-14 cplusplus-17

Last synced: 5 days ago
JSON representation

Modern C++ features by example code

Awesome Lists containing this project

README

        

# ModernCPP
Modern C++17 features by example code.

## About
Introducing C++17 features by example and providing a space for quickly looking those features up.

The code examples have been taken from the excellent book [1] and extended such that they produce simple console executables which write some results to standard out. In addition the example code has been annotated with explanations taken and summarised from the book.

This may also serve as a quick and informal test whether the compiler is properly setup and C++17 capable.

## Example Code
Start [here for an overview](./src/README.md).

## Compilation
The simple compilation steps are described in the [BUILD.md](./BUILD.md) file.

## References
[1] "C++17. Praxiswissen zum neuen Standard. Von C++11 bis 17", Peter Pohmann, entwickler.press, ISBN 978-3-86802-174-5