|
-
May 1st, 1999, 07:11 AM
#1
parallel working
does anybody know how you kan have 2 functions work at the same time in win32
or where i can find more info about these things
thx in advance
-
May 4th, 1999, 02:15 AM
#2
Re: parallel working
You must create two worker threads with same priority. If you start the threads they will be timeshared by windows.
A good book about multithreading is Jeffrey Richter's "Advanced windows". Also you can find information about his in the documentation of visual C++
Hope this helps
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
|