Click to See Complete Forum and Search --> : starting to learn multi threading


hanhao
April 5th, 2004, 10:33 AM
multi threading allows me to have several processes running parellal to each other allowing program to do 2 things at the same instance.

i wish to learn multi threading, API style, for win 98
anybody pls can recommend articles for a newbie like me to start learning this?

VictorN
April 5th, 2004, 11:04 AM
Using Worker Threads (http://www.flounder.com/workerthreads.htm)
Using User-Interface Threads (http://www.flounder.com/uithreads.htm)

Andreas Masur
April 5th, 2004, 01:43 PM
[Moved thread]

Andreas Masur
April 5th, 2004, 01:45 PM
Although not being meant as a complete tutorial...take a look at the following FAQs:

How to create a worker thread? (http://www.codeguru.com/forum/showthread.php?s=&threadid=231241)
How to end a thread? (http://www.codeguru.com/forum/showthread.php?s=&threadid=231242)
How to use member functions as thread functions? (http://www.codeguru.com/forum/showthread.php?s=&threadid=231246)
How to access UI elements from a thread in MFC? (http://www.codeguru.com/forum/showthread.php?s=&threadid=231250)