shishougang / DesignPattern-CPPLinks
Design Pattern Examples in C++
☆48Updated 11 years ago
Alternatives and similar repositories for DesignPattern-CPP
Users that are interested in DesignPattern-CPP are comparing it to the libraries listed below
Sorting:
- c/c++ language useful recipes☆96Updated 12 years ago
- C++/Java implementations of the Gang of Four's "Design Patterns: Elements of Reusable Object-Oriented Software"☆131Updated 2 years ago
- A simple C++ threadpool based on POSIX threads.☆130Updated 10 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆30Updated 12 years ago
- Proactor design pattern (C++, threads)☆20Updated 8 years ago
- Source for blog post demonstrating the difference between a proactor and reactor☆10Updated 8 years ago
- Based on gmock, can mock global function, member function, class static function without changing source code.☆82Updated last year
- Professional C++11/14&Boost Development☆60Updated 5 years ago
- c++11任务库☆53Updated 10 years ago
- 阅读《Head First 设计模式》过程中,以C++代码的方式写出各种模式实现示例,便于理解应用。☆51Updated 3 years ago
- C++标准库的轻量级拓展.☆70Updated 7 years ago
- Sample code for the Effective C++ book by Scott Meyers.☆52Updated 10 years ago
- C++ Object Data Model Test Code☆22Updated 10 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆94Updated 5 years ago
- A sample epoll server.☆73Updated 12 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆129Updated 5 years ago
- A C++ RPC Library implementation with Protobuf and Boost Asio. Include Blocking Client, Async Client and Async Future Client.☆21Updated 10 years ago
- A header-only C++ wrapper of libevent2☆29Updated 10 years ago
- 一个简单而的ini配置读取库(带扩展语法)☆39Updated 8 years ago
- A C++11/14 implementation of fixed size, exception safe, STL style circular buffers for both single threaded and multithreaded contexts☆20Updated 10 years ago
- Easy to use RPC framework☆42Updated 8 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆84Updated 7 years ago
- Source code for 'Using the C++ Standard Template Libraries' by Ivor Horton☆37Updated 8 years ago
- Example source code from my TCP/IP Network Programming Design Patterns in C++ and TCP/IP Sockets with Time Out Capabilities blogs.☆188Updated 8 years ago
- ☆64Updated 6 years ago
- A C++ async HTTP client library to use in asynchronous applications while communicating with REST services.☆58Updated 11 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 8 years ago
- header only log inherited from Nanolog☆39Updated 5 years ago
- C++ proactor network library for Linux☆18Updated 10 years ago
- modern c++ raft library☆47Updated 6 years ago