Update cpp.md

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2024-07-28 03:40:26 +02:00 committed by GitHub
parent 2066a6093f
commit 129537c646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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