isocpp / CppCoreGuidelinesLinks
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
☆44,471Updated last week
Alternatives and similar repositories for CppCoreGuidelines
Users that are interested in CppCoreGuidelines are comparing it to the libraries listed below
Sorting:
- A collection of resources on modern C++☆12,737Updated last year
- Guidelines Support Library☆6,568Updated last month
- A cheatsheet of modern C++ language and library features.☆21,280Updated 7 months ago
- Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources…☆8,632Updated last year
- A microbenchmark support library☆9,865Updated this week
- A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.☆68,081Updated last week
- MSVC's implementation of the C++ Standard Library.☆10,888Updated last week
- Abseil Common Libraries (C++)☆16,620Updated this week
- C++ standards drafts☆55Updated this week
- A modern formatting library☆22,944Updated this week
- 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++…☆20,005Updated this week
- A curated list of awesome CMake resources, scripts, modules and examples.☆5,309Updated last month
- 🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency manageme…