Skip to content

till213/ModernCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Compilation

The simple compilation steps are described in the 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