Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/BartVandewoestyne/Effective-Modern-Cpp
- Owner: BartVandewoestyne
- Created: 2015-04-02T18:24:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T23:31:17.000Z (over 1 year ago)
- Last Synced: 2024-07-31T22:46:52.509Z (3 months ago)
- Language: C++
- Size: 178 KB
- Stars: 557
- Watchers: 43
- Forks: 175
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.