this post was submitted on 30 Nov 2023
-1 points (45.5% liked)
C++
1763 readers
2 users here now
The center for all discussion and news regarding C++.
Rules
- Respect instance rules.
- Don't be a jerk.
- Please keep all posts related to C++.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What example can you give to illustrate that claim?
That sounds like an euphemism for "I don't know what I'm doing, so I pin my mistakes on my tools".
I struggle to tell if you are serious.
when you meant to type
can lead to data races in multithreaded contexts, undefined behavior, and sporadic crashing.
I think you've never written multithreaded or async C++ code. Or anything particularly complex if you're unfamiliar with the issues that I'm bringing up.