Threads in MFC
-
Hello friends, As I am beginner in threads utilization in VC++,therefore i need some assignments to go and can help myself. Thanks In advance! Sushrut
modified on Sunday, December 7, 2008 4:14 AM
Check out this articles, 1) Threads in MFC Part I: Worker Threads[^] 2) Threads in MFC Part II: Synchronization Objects[^] 3) Threads in MFC Part III: Exceptions, Suspense, Murder, and Safety[^] You could also find a lot of articles in CodeProject's Threads Section[^]. Regards, Jijo.
_____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.
-
Hello friends, As I am beginner in threads utilization in VC++,therefore i need some assignments to go and can help myself. Thanks In advance! Sushrut
modified on Sunday, December 7, 2008 4:14 AM
See Using Worker Threads[^].
-
Hello friends, As I am beginner in threads utilization in VC++,therefore i need some assignments to go and can help myself. Thanks In advance! Sushrut
modified on Sunday, December 7, 2008 4:14 AM
sushrut83 wrote:
...i need some assignments to go and can help myself.
-
Search for a file in more than one location. Create a worker thread for each location that is being searched. Each thread reports back to the primary thread with its results.
-
Copy a set of files. Create a worker thread for each file to be copied.
"Love people and use things, not love things and use people." - Unknown
"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch
-