Update cpp.md

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2024-08-05 18:49:53 +02:00 committed by GitHub
parent f7b82f8da3
commit 70e41f5e60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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