|
|
|
|
|
by tialaramex
862 days ago
|
|
> C++'s benefit comes from the fact that somebody has probably implemented the safe way in C++ already :) You're an experienced C++ programmer, you already know what the "safe way" will be in C++. "Just don't make any mistakes". There's no possible way to benefit from multi-threading and yet use arbitrary non-thread-safe features magically without problems, the "genius" of C++ is finding a way to blame you for things you can't do anything about. |
|