Read a quick review of the dangers surrounding static variables in multi-threaded and potentially multi-core/CPU environments.
Function Static Variables in Multi-Threaded Environments
Published 11/30/2006
Read a quick review of the dangers surrounding static variables in multi-threaded and potentially multi-core/CPU environments.
Learn how to build an efficient library to provide support for Message Only Windows. The article also shows how to use the Thunk32 library provided in an earlier article, as well as some general pointers on good practices and patterns.
Learn about an approach to creating thunks/trampolines to non-static member functions in 32-bit VC++.