Skip to content

Commit 97c8b7a

Browse files
authored
Merge pull request fffaraz#1250 from PatriotRossii/patch-1
Add links to coding standards documents
2 parents c535942 + e45f8dc commit 97c8b7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,12 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
11711171
* [Free C++ Books](https://github.com/EbookFoundation/free-programming-books/blob/main/books/free-programming-books-langs.md#cpp) - vhf/free-programming-books/C++.
11721172
* [cppbestpractices](https://github.com/lefticus/cppbestpractices) - Collaborative Collection of C++ Best Practices.
11731173

1174+
## Coding Standards
1175+
1176+
* [Cert C++](https://resources.sei.cmu.edu/downloads/secure-coding/assets/sei-cert-cpp-coding-standard-2016-v01.pdf)
1177+
* [Misra C++ 2008](https://www.cppdepend.com/misra-cpp)
1178+
* [Autosar C++ 2014](https://www.autosar.org/fileadmin/user_upload/standards/adaptive/18-10/AUTOSAR_RS_CPP14Guidelines.pdf)
1179+
11741180
## Coding Style
11751181

11761182
* [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) - "Official" set of C++ guidelines, reviewed by the author of C++.

0 commit comments

Comments
 (0)