Pabitra Dash
C++11 adds atomic types and operations to the standard. Atomic types and operations provide a way of writing multi-threaded applications without using locks. Atomic types are types that encapsulate a value whose access is guaranteed… … Read more
4 years ago in Atomic, Atomic operations, Atomic types, C++, cbuilder, Code, learn c++, programming, race condition, RAD Studio, windows
0