Just use CreateThread() -- its simple to use because most of the parameters are 0 or NULL. I have not used the boost library, so I don't know how they work.
Creating threads is easy, making them work together may be more problematic. If two or more threads have to access a common object then you will have to implement thread synchronization via mutex or critical sections.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2281
Retired and Enjoying Life
Offline 21,938 posts
since Aug 2005