Threads in MFC II: Synchronization Objects
Introduction
In part I, I looked at getting threads communicating with each other. Now let’s look at how we can manage how multiple threads operate on single objects.
Let’s take an example. Suppose we have a global variable (or any variable that is accessible to two or more threads via scope, pointers, references, whatever). Let’s say this [...]
Popularity: 21% [?]
Filed under: Code | No Comments »

