Hi,
In my class, I need to lock access to a member object which is not thread safe, since the my class may be accessed from several threads using the same object. Lets call my class CClass, and ...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_22926593.ht...