CognitiveProgrammer / CplusPlus_SmartPointer
This repository contains description of C++11 and C++14 Smart Pointers Trilogy of shared_ptr, unique_ptr and weak_ptr
☆49Updated 6 years ago
Alternatives and similar repositories for CplusPlus_SmartPointer:
Users that are interested in CplusPlus_SmartPointer are comparing it to the libraries listed below
- a header-only event-driven library based on c++11.☆34Updated 2 years ago
- spdlog简单封装☆49Updated last year
- ☆37Updated 4 years ago
- Sample code for the Effective C++ book by Scott Meyers.☆51Updated 9 years ago
- A design pattern library developed in modern c++.☆54Updated 2 years ago
- Thread safe, lock-free memory pool.☆55Updated 9 months ago
- purecpp opensource projects list☆93Updated 2 years ago
- c/c++ language useful recipes☆94Updated 11 years ago
- 简单有效的内存池实现☆91Updated 8 years ago
- C++ std::thread Event Loop with Message Queue and Timer☆40Updated 3 weeks ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。 它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。☆53Updated 10 years ago
- cpp singleton works across dll/exe boundaries.☆65Updated 3 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆195Updated 5 months ago
- C++ Plugin framework☆74Updated 3 years ago
- Simple Blockingqueue I have used in many projects☆18Updated 7 years ago
- Asynchronous timer queue mechanism(C++11)☆24Updated 9 years ago
- Much much fast, direct and static typed parsing of JSON with C++17☆47Updated 4 years ago
- a modern c++ plugin library☆84Updated 3 years ago
- fn-log is a cpp-based logging utility. It's a gift.☆82Updated last month
- Mirror of the Pluma C++ plugin framework.☆52Updated 10 years ago
- std::future extension☆37Updated 4 years ago
- A simple C++11 Thread Pool implementation☆121Updated 5 months ago
- A C++ RPC Framework with Google's Protobuf Serialization and wangle framework☆19Updated 5 years ago
- this is my summary c++ common tools☆26Updated last year
- a modern c++17 high performance, cross-platform distributed mq☆24Updated 4 years ago
- ☆37Updated 10 years ago
- c++ operation database like mybatis☆35Updated 2 years ago
- Three major design patterns for multithreading development☆32Updated last year
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 8 years ago