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.
8k stars
362 watching
890 forks
last commit: 6 months ago
Linked from 2 awesome lists
best-practicescpp
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,169 |
isocpp/cppcoreguidelines | A collection of guidelines and best practices for writing modern C++ code. | 43,002 |
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,526 |
utilforever/modern-cpp-tutorial | A curated collection of resources and tutorials for learning Modern C++ | 324 |
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,790 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,598 |
forhappy/cplusplus-concurrency-in-practice | A comprehensive guide to C++ concurrency programming covering its basics and advanced topics. | 5,329 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 514 |
cppcon/cppcon2016 | Collection of slides, code, and materials from CppCon 2016 presentations on C++ development topics | 1,806 |
salmer/cppdeveloperroadmap | A learning roadmap for C++ programming | 2,954 |
hsutter/cppfront | An experimental compiler converting modern C++ syntax to an older, simpler form | 5,587 |
joshpeterson/cpp-template | A C++ project template with tools and infrastructure for building and testing C++ codebases | 51 |