From 9587c703aaf768fd24c3d4b45eb4af1ed3c6bf2c Mon Sep 17 00:00:00 2001 From: Valerie Krepel <36218257+crossingthesarchasm@users.noreply.github.com> Date: Sun, 28 Mar 2021 10:13:18 -0700 Subject: [PATCH] Created C++ Coding Standards (markdown) --- C---Coding-Standards.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 C---Coding-Standards.md diff --git a/C---Coding-Standards.md b/C---Coding-Standards.md new file mode 100644 index 0000000..a942ccf --- /dev/null +++ b/C---Coding-Standards.md @@ -0,0 +1,14 @@ +**Style Guide References** + + + + + +* Overall Style - https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines +* References for yellow and red flags. Use as general/base reference, not explicit details - https://google.github.io/styleguide/cppguide.html +* References for small bits to pick through - https://docs.unrealengine.com/en-US/ProductionPipelines/DevelopmentSetup/CodingStandard/index.html +* Additional References - https://www.stroustrup.com/JSF-AV-rules.pdf +* https://en.cppreference.com/w/ +* https://codeforces.com/blog/entry/64218 +* http://geosoft.no/development/cppstyle.html +* https://style-guides.readthedocs.io/en/latest/cpp.html \ No newline at end of file