Description: The preparation of multi-threaded programs, multi-threaded applications prone to problems. Mutex object to explain how to use mutex objects to multi-thread synchronization. How to use named mutex to ensure only one instance of the application to run. Multi-threaded applications written Internet chat room program.
File list (Check if you may need any files):
15\Lesson15Code\Chat\Chat.aps
..\............\....\Chat.clw
..\............\....\Chat.cpp
..\............\....\Chat.dsp
..\............\....\Chat.dsw
..\............\....\Chat.h
..\............\....\Chat.ncb
..\............\....\Chat.opt
..\............\....\Chat.plg
..\............\....\Chat.rc
..\............\....\ChatDlg.cpp
..\............\....\ChatDlg.h
..\............\....\Debug\Chat.exe
..\............\....\.....\Chat.obj
..\............\....\.....\Chat.pdb
..\............\....\.....\Chat.res
..\............\....\.....\ChatDlg.obj
..\............\....\.....\StdAfx.obj
..\............\....\.....\vc60.pdb
..\............\....\ReadMe.txt
..\............\....\res\Chat.ico
..\............\....\...\Chat.rc2
..\............\....\RESOURCE.H
..\............\....\StdAfx.cpp
..\............\....\StdAfx.h
..\............\MultiThread\Debug\MultiThread.exe
..\............\...........\.....\MultiThread.obj
..\............\...........\.....\MultiThread.pdb
..\............\...........\.....\vc60.pdb
..\............\...........\MultiThread.cpp
..\............\...........\MultiThread.dsp
..\............\...........\MultiThread.dsw
..\............\...........\MultiThread.ncb
..\............\...........\MultiThread.opt
..\............\...........\MultiThread.plg
..\Lesson15多线程与聊天室程序的创建.ppt
..\视频中代码的一个小问题.txt
..\课程内容.txt
..\Lesson15Code\Chat\Debug
..\............\....\res
..\............\MultiThread\Debug
..\............\Chat
..\............\MultiThread
..\Lesson15Code
15