42 Specific Ways to Improve Your Programs and Designs
Contains all notes + source code compiled from Effective Modern C++
First Edition Effective Modern C++ by Scott Meyers published in 2015
- C/C++ 11 & 14
- Code::Blocks 16.01
- Visual Studio 2017
- Xcode 11.2.1
https://github.com/SteveProXNA/EffectiveModernCpp
- Chap00 Introduction
- Chap01 Deducing Types
- Chap02 auto
- Chap03 Moving to Modern C++
- Chap04 Smart Pointers
- Chap05 Rvalue References, Move Semantics, and Perfect Forwarding
- Chap06 Lambda Expressions
- Chap07 The Concurrency API
- Chap08 Tweaks
- Blog: http://steveproxna.blogspot.com
- Email: steven_boland@hotmail.com
- Twitter: @SteveProXNA