Description: We all know that in VC++, we can create a thread using CreateThread, the function returns this thread Handle, since we can use the Handle to manage this thread. So we can do a class called ThreadManager, to manage these Handle, and always monitor the status of these threads.
The overall idea is so, but for ease of use, we better package this class in the form of a DLL, so that later we can easily use this class to manage threads in any program (of course, if you are interested, too COM model can be used to achieve).
To Search:
File list (Check if you may need any files):
test4.txt