Update cpp.md
Some checks failed
CI / linting (push) Has been cancelled

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2024-07-30 19:41:55 +02:00 committed by GitHub
parent a80df6a645
commit f7b82f8da3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ When writing code keep the following topics in mind:
* Signed vs unsigned
* Threading
* Cost of abstractions
* atomics vs locking
## Namespace