CppCoreGuidelines
C++ style guide
A collection of guidelines and best practices for writing modern C++ code.
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
43k stars
2k watching
5k forks
Language: CSS
last commit: 28 days ago
Linked from 6 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
cpp-best-practices/cppbestpractices | A collection of guidelines and resources for writing high-quality C++ code. | 8,134 |
cpp-best-practices/cmake_template | C++ project template providing a set of best practices and tools for building and testing C++ applications | 1,138 |
microsoft/gsl | Provides functions and types to support guidelines for C++ development. | 6,204 |
thelartians/moderncppstarter | A template project providing a set of tools and best practices for building modern C++ projects with automated testing, continuous integration, and code coverage. | 4,468 |
salmer/cppdeveloperroadmap | A structured learning plan for C++ programming, covering essential skills and competencies for developers of all levels. | 2,926 |
danmar/cppcheck | Analyzes code for errors and potential security vulnerabilities | 5,820 |
richelbilderbeek/travis_cpp_tutorial | A tutorial on using Travis CI with C++ to integrate continuous integration into C++ projects. | 169 |
pagghiu/sanecpplibraries | A set of C++ libraries providing platform abstraction and utility functions for asynchronous I/O, networking, file systems, and other core system operations. | 520 |
hsutter/cppfront | An experimental compiler converting modern C++ syntax to an older, simpler form | 5,543 |
filipdutescu/modern-cpp-template | A C++ project template that provides a basic structure and configuration for modern CMake projects with various features such as static analysis, unit testing, and continuous integration. | 1,730 |
libcpr/cpr | A C++ wrapper around libcurl providing an easy-to-use interface for making network calls | 6,581 |
open-source-parsers/jsoncpp | A C++ library for working with JSON data | 8,173 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,557 |
utilforever/modern-cpp-tutorial | A curated collection of resources and tutorials for learning Modern C++ | 325 |
mono/cppsharp | A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,126 |