Monthly Archives: May 2015

Evolve existing multi-threaded code to use C++ 14

Intended Audience The reader is presumed to know C++ and has addressed multiple threading issues in C++. Hence I presume, you know what are mutex, condition_variable, the need for atomicity while doing a read-modify-write operation etc. Let me describe some … Continue reading

Posted in C++, Concurrent Programming, Software Engineering | 1 Comment