Design Patterns in Modern C++
☆100Nov 21, 2018Updated 7 years ago
Alternatives and similar repositories for ModernDesignPatterns
Users that are interested in ModernDesignPatterns are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- How to build and maintain a "global" type-list☆27Feb 4, 2020Updated 6 years ago
- Windows tool for measuring command/program execution speed☆22Feb 26, 2024Updated 2 years ago
- 9 sorting algorithms coded C++ for the Bachelors course "Design & Analysis of Algorithms" in Spring 2015☆12May 7, 2018Updated 8 years ago
- ☆13Mar 10, 2018Updated 8 years ago
- 使用Qt,通过zmq的C++接口进一步封装,并提供基于多对一的服务器模式与一对多的推送模式的客户端与服务器实现。☆12Oct 7, 2013Updated 12 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Playground to the famous book from Andrei Alexandrescu☆14Nov 18, 2018Updated 7 years ago
- Examples for using C++ rest sdk for Microsoft with Cognitive Service☆13Feb 22, 2017Updated 9 years ago
- view the coroutine's stack information☆15Oct 18, 2019Updated 6 years ago
- a simple OpenGL shader manager☆16Oct 16, 2025Updated 11 months ago
- Source code for 'Design Patterns in Modern C++' by Dmitri Nesteruk☆574Feb 5, 2023Updated 3 years ago
- my blog☆12Mar 5, 2019Updated 7 years ago
- Design patterns implemented in C++14☆36Mar 25, 2026Updated 5 months ago
- nanomsg rpc with protobuf☆41Oct 21, 2013Updated 12 years ago
- qt implementation of wamp protocol. Contains both router and client. Could be used from C++ and QML☆10Dec 30, 2017Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- CMake + Protobuf☆12May 10, 2019Updated 7 years ago
- lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free me…