30 Jan
2006
30 Jan
'06
7:27 p.m.
Of course, you could start off threads everywhere. The problem might be synchronization and knowing if a thread is terminated or not. The function join() gives you one way to wait for a thread to terminate. I usually do that in a destructor. If you have a problem you work on, I would suggest, that you name it. So, I can help you more specifically. Christian