Description: Implementation of thread pool is divided into three parts, thread creation, add the task to the thread pool, work out a thread from the task queue task for processing. There are two main classes to implement, CTask, CThreadPool
File list (Check if you may need any files):
CThread.cpp
CThread.h
test.cpp