shishougang / DesignPattern-CPPLinks
Design Pattern Examples in C++
☆47Updated 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☆95Updated 11 years ago
- Proactor design pattern (C++, threads)☆18Updated 8 years ago
- C++/Java implementations of the Gang of Four's "Design Patterns: Elements of Reusable Object-Oriented Software"☆130Updated 2 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆30Updated 11 years ago
- Simple C++ RPC library based on boost::asio and protobuf.☆30Updated 10 years ago
- A header-only C++ wrapper of libevent2☆29Updated 10 years ago
- C++ Object Data Model Test Code☆22Updated 9 years ago
- C++ proactor network library for Linux☆17Updated 10 years ago
- Example source code from my TCP/IP Network Programming Design Patterns in C++ and TCP/IP Sockets with Time Out Capabilities blogs.☆185Updated 7 years ago
- A C++ RPC Library implementation with Protobuf and Boost Asio. Include Blocking Client, Async Client and Async Future Client.☆21Updated 9 years ago
- A simple C++ threadpool based on POSIX threads.☆129Updated 9 years ago
- c++11任务库☆53Updated 9 years ago
- Based on gmock, can mock global function, member function, class static function without changing source code.☆80Updated last year
- C++标准库的轻量级拓展.☆70Updated 6 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
- 阅读《Head First 设计模式》过程中,以C++代码的方式写出各种模式实现示例,便于理解应用。☆51Updated 2 years ago
- modern c++ raft library☆47Updated 5 years ago
- Source for blog post demonstrating the difference between a proactor and reactor☆11Updated 8 years ago
- Professional C++11/14&Boost Development☆60Updated 5 years ago
- concurrency library for C++☆73Updated 11 years ago
- Sample code for the Effective C++ book by Scott Meyers.☆51Updated 10 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆79Updated 6 years ago
- Easy to use RPC framework☆42Updated 7 years ago
- C++ binding for nanomsg☆111Updated 10 years ago
- ☆65Updated 6 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 4 years ago
- an object oriented event loop for linux☆29Updated 14 years ago
- A sample epoll server.☆74Updated 11 years ago
- header only log inherited from Nanolog☆38Updated 5 years ago
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆40Updated 4 years ago