mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Created C++ Coding Standards (markdown)
parent
bb29a5b3a8
commit
9587c703aa
14
C---Coding-Standards.md
Normal file
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
|
Loading…
Reference in New Issue
Block a user