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: 3 months 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,205 |
cpp-best-practices/cmake_template | C++ project template providing a set of best practices and tools for building and testing C++ applications | 1,169 |
microsoft/gsl | A C++ library providing common data structures and utilities for building compliant C++ programs | 6,245 |
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,526 |
salmer/cppdeveloperroadmap | A learning roadmap for C++ programming | 2,954 |
danmar/cppcheck | Automated code analysis tool for C and C++ code | 5,882 |
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++ platform abstraction libraries providing a consistent API across macOS, Windows, and Linux. | 526 |
hsutter/cppfront | An experimental compiler converting modern C++ syntax to an older, simpler form | 5,587 |
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,742 |
libcpr/cpr | A C++ wrapper around libcurl providing an easy-to-use interface for making network calls | 6,633 |
open-source-parsers/jsoncpp | A C++ library for working with JSON data | 8,223 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,598 |
utilforever/modern-cpp-tutorial | A curated collection of resources and tutorials for learning Modern C++ | 324 |
mono/cppsharp | A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,153 |