mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 04:18:43 +00:00
Update cpp.md
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
2066a6093f
commit
129537c646
|
|
@ -28,6 +28,10 @@ When writing code keep the following topics in mind:
|
|||
* Array of Structs vs Struct of Arrays
|
||||
* SIMD
|
||||
* Choosing correct data types
|
||||
* Data Type Sizes (e.g. 32 bit vs 64 bit)
|
||||
* Containers (e.g. arrays vs vectors)
|
||||
* Signed vs unsigned
|
||||
* Threading
|
||||
|
||||
## Namespace
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user