taeguk / Effective-Cpp-SeriesLinks
My example and experimental source codes about books of Effective C++ Series, "Effective C++ 3/E" and "Effective Modern C++" by Scott Meyers.
☆35Updated 8 years ago
Alternatives and similar repositories for Effective-Cpp-Series
Users that are interested in Effective-Cpp-Series are comparing it to the libraries listed below
Sorting:
- C++ Template Metapogramming Study Resources☆38Updated 5 years ago
- Sample code for the Effective C++ book by Scott Meyers.☆51Updated 10 years ago
- C++ Templates - The Complete Guide, 2nd Edition☆143Updated 7 years ago
- Design patterns implemented in C++14☆35Updated 3 years ago
- Design patterns for C++ example.☆151Updated 5 years ago
- Professional C++11/14&Boost Development☆61Updated 5 years ago
- C++ Concurrency in Action - Practical Multithreading☆59Updated 8 years ago
- The presentations of C++Now 2019.☆90Updated 5 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆30Updated 11 years ago
- ☆108Updated 2 years ago
- source code for the book "C++ Concurrency in Action"☆28Updated 8 years ago
- Thread safe, lock-free memory pool.☆59Updated last year
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。☆57Updated 10 years ago
- Async/Sync networking library including UDP, TCP and TLS/TCP socket classes written in C++ 17 that utilizes epoll and kqueue as backend.☆40Updated 7 months ago
- A curated list of Modern C++ idioms☆21Updated 8 years ago
- Concurrency with modern C++☆31Updated 4 years ago
- 《The Art of Writing Efficient Programs》的非专业个人翻译☆92Updated 2 years ago
- Source code for 'Using the C++ Standard Template Libraries' by Ivor Horton☆37Updated 7 years ago
- 《Software Architecture with C++》的非专业个人翻译☆75Updated 2 years ago
- a modern c++17 high performance, cross-platform distributed mq☆24Updated 5 years ago
- Source code for examples from article "What is Boost.Asio, and why we should use it", http://alexott.net/en/cpp/BoostAsioNotes.html☆85Updated 2 years ago
- A sample epoll server.☆74Updated 11 years ago
- Slides and presentations☆69Updated 2 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- Presentation Material for C++Now 2018☆126Updated 6 years ago
- Hands-On Design Patterns with C++, published by Packt☆373Updated 2 years ago
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆47Updated 7 months ago
- 《C++20 - Get the Details 》的非专业个人翻译☆56Updated 2 years ago
- gRPC C++ bidirectional streaming example☆50Updated 4 years ago
- This is the code repository for my book "C++20 - Get the Details"☆96Updated last year