cppbestpractices

C++ coding guidelines

A collection of guidelines and resources for writing high-quality C++ code.

Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.

GitHub

8k stars
364 watching
884 forks
last commit: 4 months ago
Linked from 2 awesome lists

best-practicescpp

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
cpp-best-practices/cmake_template C++ project template providing a set of best practices and tools for building and testing C++ applications 1,138
isocpp/cppcoreguidelines A collection of guidelines and best practices for writing modern C++ code. 42,842
cpp-best-practices/game_jam A friendly competition to learn C++ through game creation using best practices. 94
richelbilderbeek/travis_cpp_tutorial A tutorial on using Travis CI with C++ to integrate continuous integration into C++ projects. 169
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
utilforever/modern-cpp-tutorial A curated collection of resources and tutorials for learning Modern C++ 325
cppcon/cppcon2018 A collection of presentation materials from CppCon 2018 featuring C++ programming concepts, techniques, and tools. 1,427
cppcon/cppcon2017 A collection of presentation materials from CppCon 2017, including slides and code for talks on various C++ topics. 1,785
mattpd/cpplinks A categorized list of C++ resources and tools 4,557
forhappy/cplusplus-concurrency-in-practice A comprehensive guide to C++ concurrency programming covering its basics and advanced topics. 5,317
proalgos/proalgos-cpp C++ implementations of algorithms and data structures 510
cppcon/cppcon2016 Collection of slides, code, and materials from CppCon 2016 presentations on C++ development topics 1,809
salmer/cppdeveloperroadmap A structured learning plan for C++ programming, covering essential skills and competencies for developers of all levels. 2,926
hsutter/cppfront An experimental compiler converting modern C++ syntax to an older, simpler form 5,543
joshpeterson/cpp-template A C++ project template with tools and infrastructure for building and testing C++ codebases 51