Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 399 Bytes

File metadata and controls

13 lines (9 loc) · 399 Bytes

Overview

Here you can find all the example c++ snippets based on the book of scott mayers - effective modern c++. Each chapter is in a separate folder. ISBN: 9781491903995

alt text

Dependencies

  • cmake
  • c++ compiler with c++ 11/14 support (i used clang-10)
    • sudo apt-get install clang-10