Quantcast
Viewing latest article 4
Browse Latest Browse All 5

Answer by sharptooth for Is struct assignment atomic in C/C++?

No, both C and C++ standard don't guarantee assignment operations to be atomic. You need some implementation-specific stuff for that - either something in the compiler or in the operating system.


Viewing latest article 4
Browse Latest Browse All 5

Trending Articles