BartVandewoestyne / Effective-CppLinks
Sample code for the Effective C++ book by Scott Meyers.
☆51Updated 10 years ago
Alternatives and similar repositories for Effective-Cpp
Users that are interested in Effective-Cpp are comparing it to the libraries listed below
Sorting:
- Design patterns for C++ example.☆152Updated 5 years ago
- Hands-On Design Patterns with C++, published by Packt☆384Updated 3 years ago
- C++ Templates - The Complete Guide, 2nd Edition☆152Updated 7 years ago
- Sample code for the Effective Modern C++ book by Scott Meyers.☆600Updated 2 years ago
- Working code for the Design Patterns book from the Gang of Four.☆288Updated last year
- Concurrency with modern C++☆33Updated 4 years ago
- 作为对《Concurrency with Modern C++》的中文翻译。☆250Updated 5 years ago
- 《Software Architecture with C++》的非专业个人翻译☆76Updated 3 years ago
- C++ utilities☆58Updated last month
- Presentation and code for C++ Summit (China) 2020☆40Updated 4 years ago
- Source code for 'Design Patterns in Modern C++' by Dmitri Nesteruk☆573Updated 2 years ago
- 200 LeetCode Top Interview Questions: Optimal Solutions with Detailed Explanations for Easy/Medium/Hard Levels to Ace Coding Interviews☆63Updated last year
- C++ Template Metapogramming Study Resources☆38Updated 6 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago
- 23 GoF Patterns: RAII-Centric C++ Implementation -> Explicit Ownership via unique_ptr/shared_ptr/weak_ptr☆334Updated last year
- This repository contains description of C++11 and C++14 Smart Pointers Trilogy of shared_ptr, unique_ptr and weak_ptr☆50Updated 7 years ago
- Code files by Packt☆537Updated 5 years ago
- ☆113Updated 2 years ago
- a modern c++ plugin library☆86Updated 4 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- Simple C++ Config Loader Framework(Serialization & Reflection)☆245Updated last month
- source code for the book "C++ Concurrency in Action"☆29Updated 9 years ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。☆57Updated 11 years ago
- A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.☆440Updated 5 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆189Updated 3 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- ☆236Updated 3 months ago
- My example and experimental source codes about books of Effective C++ Series, "Effective C++ 3/E" and "Effective Modern C++" by Scott Mey…☆34Updated 8 years ago
- 简单有效的内存池实现☆100Updated 9 years ago
- CMake Cookbook, by Packt☆202Updated 2 years ago