liuzengh / design-patternLinks
Design Patterns In Modern C++ 中文版翻译
☆533Updated 3 years ago
Alternatives and similar repositories for design-pattern
Users that are interested in design-pattern are comparing it to the libraries listed below
Sorting:
- Translation of C++ Templates 2nd | Powered by Obsidian☆355Updated last year
- 《C++ Templates The Complete Guide - second edition》的非专业个人翻译☆291Updated 2 years ago
- Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery☆1,638Updated 5 months ago
- 本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删☆1,702Updated 4 months ago
- A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.☆566Updated 11 months ago
- C++20 STL Cookbook☆595Updated 9 months ago
- 《C++ 17 The Complete Guide》- 翻译中☆506Updated 2 years ago
- workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。☆1,170Updated last month
- 现代C++并发编程教程☆502Updated 7 months ago
- 现代C++模板教程☆818Updated last month
- c++中文周刊☆511Updated 3 weeks ago
- 卢瑟们的作业展示,答案讲解,以及一些C++知识☆727Updated 2 months ago
- Build your own STL in one weekend☆296Updated 6 months ago
- 【A simple used C++ threadpool】一个简单好用,性能优异的,跨平台的C++线程池。欢迎 star & fork☆388Updated 2 months ago
- 小彭老师领衔编写,现代C++的中文百科全书☆888Updated 2 months ago
- CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famou…☆800Updated 3 months ago
- 23 GoF Patterns: RAII-Centric C++ Implementation -> Explicit Ownership via unique_ptr/shared_ptr/weak_ptr☆326Updated 6 months ago
- STL源码分析