Introduction - If you have any usage issues, please Google them yourself
VC++ use the event object implements the thread synchronization, sample code to achieve two major functions: 1, do not use the event synchronization start two threads to different character to the edit box for without the use of synchronization object, possible output characters than the synchronization object is used less phenomenon, this is because the threads operate on the resources at the same time results. 2, the use of event synchronization start two threads to different character to the edit box, learning VC++ programming source code, a good reference.