2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
☆6,199Jun 18, 2025Updated 8 months ago
Alternatives and similar repositories for cpp_new_features
Users that are interested in cpp_new_features are comparing it to the libraries listed below
Sorting:
- C++那些事☆42,876Jun 14, 2024Updated last year
- 一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。☆7,848May 20, 2024Updated last year
- 中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)☆10,517Aug 20, 2024Updated last year
- 《Effective Modern C++》- 完成翻译☆8,808Nov 14, 2025Updated 3 months ago
- 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job s…☆37,527Aug 24, 2025Updated 6 months ago
- 📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/☆25,332Aug 17, 2024Updated last year
- C/C++学习,后端开发进阶指南。☆6,036Jun 24, 2025Updated 8 months ago
- C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。☆11,012Dec 28, 2023Updated 2 years ago
- 30天自制C++服务器,包含教程和源代码☆7,000Mar 26, 2025Updated 11 months ago
- 本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删☆1,751Oct 29, 2025Updated 4 months ago
- C++ Parallel Computing and Asynchronous Networking Framework☆14,300Feb 13, 2026Updated 2 weeks ago
- Linux下C++轻量级WebServer服务器☆19,200Jul 5, 2024Updated last year
- Achieve a tiny STL in C++11☆12,401Oct 27, 2024Updated last year
- Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery☆1,644Jan 24, 2025Updated last year
- C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code☆2,193Dec 25, 2024Updated last year
- 搞定C++。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。☆8,615Jul 20, 2025Updated 7 months ago
- Event-driven network library for multi-threaded Linux server in C++11☆15,951Dec 23, 2025Updated 2 months ago
- ☆2,919Dec 16, 2024Updated last year
- Translation of C++ Core Guidelines [https://github.com/isocpp/CppCoreGuidelines] into Simplified Chinese.☆2,530Dec 22, 2025Updated 2 months ago
- linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频☆7,399May 20, 2024Updated last year
- 《C++ Templates 第二版》中文翻译,和原书排版一致,第一部分(1至11 章)以及第18,19,20,21、22、23、24、25章已完成,其余内容逐步更新中。 个人爱好,发现错误请指正☆2,523Apr 3, 2022Updated 3 years ago
- 🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.☆7,470Feb 2, 2026Updated 3 weeks ago
- C++设计模式☆2,589Oct 11, 2024Updated last year
- ---AWESOME--- C++学习笔记和 常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\…☆1,925Jul 27, 2022Updated 3 years ago
- A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》☆5,478Dec 29, 2022Updated 3 years ago
- 详细的C/C++编程规范指南,由360质量工程部编著,适用于桌面、服务端及嵌入式软件系统。☆2,703Oct 19, 2024Updated last year
- 高性能并行编程与优化 - 课件☆4,166Oct 18, 2024Updated last year
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆2,645Jan 16, 2022Updated 4 years ago
- Fast C++ logging library.☆28,364Updated this week
- Simple, light-weight and easy-to-use asynchronous components☆2,141Feb 2, 2026Updated 3 weeks ago
- C++和Linux学习笔记☆2,358Feb 14, 2022Updated 4 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,632Dec 8, 2023Updated 2 years ago
- A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.☆69,905Updated this week
- A collection of modern C++ libraries, include coro_http, coro_rpc, compile-time reflection, struct_pack, struct_json, struct_xml, struct_…☆2,106Feb 10, 2026Updated 2 weeks ago
- 自己总结的这十多年做Qt开发以来的经验,以及Qt相关武林秘籍电子书,会一直持续更新增加,欢迎各位留言增加内容或者提出建议,谢谢!公众号:Qt实战/Qt入门和进阶/Qt教程☆4,598Nov 14, 2025Updated 3 months ago
- 课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB☆4,175Aug 25, 2025Updated 6 months ago
- A tiny boost library in C++11.☆4,198May 27, 2025Updated 9 months ago
- Chinese translation of Bjarne Stroustrup's HOPL4 paper☆2,458Dec 3, 2025Updated 2 months ago
- A simple C++11 Thread Pool implementation☆8,679Jul 20, 2024Updated last year