Update cpp.md

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

View File

@ -32,6 +32,7 @@ When writing code keep the following topics in mind:
* Containers (e.g. arrays vs vectors)
* Signed vs unsigned
* Threading
* Cost of abstractions
## Namespace