Highlights
- Pro
cpp
C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.
A cheatsheet of modern C++ language and library features.
C++ implementation of the Python Numpy library
A beautiful stack trace pretty printer for C++
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
《Effective Modern C++》- 完成翻译
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
《C++20 The Complete Guide》的非专业个人翻译