There are 15 repositories under cpp11 topic.
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
A cheatsheet of modern C++ language and library features.
A C++ header-only HTTP/HTTPS server and client library
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
🏋️ Python / Modern C++ Solutions of All 2598 LeetCode Problems (Weekly Update)
A fast entity component system (ECS) for C & C++
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
A curated list of awesome header-only C++ libraries
Activity Indicators for Modern C++
A list of practical knowledge-building projects.
C++ Insights - See your source code with the eyes of a compiler
The C++ Standard Library for your entire system.
🎮 Fully featured terminal version of the game "2048" written in C++
记录cv算法工程师的成长之路,分享计算机视觉和模型压缩部署技术栈笔记。https://harleyszhang.github.io/cv_note/
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等