Created C++ Coding Standards (markdown)

Valerie Krepel 2021-03-28 10:13:18 -07:00
parent bb29a5b3a8
commit 9587c703aa

14
C---Coding-Standards.md Normal file

@ -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