top of page
Bryan Downing
Jun 15, 20102 min read
A C++ multi thread safe singleton example with source code has been posted
Lock.h //Example from http://www.relisoft.com/Win32/active.html #if !defined _LOCK_H_ #define _LOCK_H_ #include “Mutex.h” class Lock {...
0 views0 comments
bottom of page