Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/BartVandewoestyne/Effective-Modern-Cpp

Sample code for the Effective Modern C++ book by Scott Meyers.
https://github.com/BartVandewoestyne/Effective-Modern-Cpp

Last synced: 15 days ago
JSON representation

Sample code for the Effective Modern C++ book by Scott Meyers.

Awesome Lists containing this project

README

        

# Effective Modern C++

I was an official reviewer for Scott Meyer his "Effective Modern C++" book. I
have reviewed a large part of it (not all 42 items though). I accepted draft
book material, reviewed the text, tested the code, and sent Scott comments and
questions. In addition to testing almost all the code examples, I offered
insights into the readability and comprehensibility of the descriptive material,
and pointed out places where non-native English speakers (a significant part of
the readership) might be confused or be unfamiliar with the vocabulary Scott had
chosen.

This repository contains my compilable implementation for the code in the book.
It is not officially linked to the book nor to Scott. It contains my personal,
practical hands-on implementation of the sample code. My goal is to provide
the C++ community with something that can be used in a hands-on way to play with
the concepts explained in the book. Feel free to send me comments and
questions, or to take a look at the TODO-list and send me pull-requests.