|
-
Jul 30th, 2001, 03:21 AM
#1
Thread Starter
Member
Multithreading
I have one simple question about multithreading. I do a program which will start about 30 threads at the same time. Although I can write special function for each threads, I am interested if to write the only one thread function is possible (I know - it IS possible, but I want the "errorless" and "bluescreenless" code... Then I start 30 threads (I use MFC, so AfxBeginThread will be called) and all threads will have the same function. Each thread will use another data, of course. Is this possible ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|