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