https://github.com/taeguk/effective-cpp-series
My example and experimental source codes about books of Effective C++ Series, "Effective C++ 3/E" and "Effective Modern C++" by Scott Meyers.
https://github.com/taeguk/effective-cpp-series
cpp cpp11 cpp14 effective-cpp effective-modern-cpp modern-cpp study
Last synced: 12 months ago
JSON representation
My example and experimental source codes about books of Effective C++ Series, "Effective C++ 3/E" and "Effective Modern C++" by Scott Meyers.
- Host: GitHub
- URL: https://github.com/taeguk/effective-cpp-series
- Owner: taeguk
- Created: 2016-06-02T08:26:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T15:51:08.000Z (almost 9 years ago)
- Last Synced: 2024-11-27T12:42:44.130Z (over 1 year ago)
- Topics: cpp, cpp11, cpp14, effective-cpp, effective-modern-cpp, modern-cpp, study
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 35
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Effective-Cpp-Series
My example and experimental source codes about books of Effective C++ Series by Scott Meyers.
- Effective C++ 3/E
- Effective Modern C++