Link to home
Start Free TrialLog in
Avatar of Gina060497
Gina060497

asked on

How to use Multithreading in VC++

Is there any example of using multithreading in VC++? I am doing a test of using multithreading to do something like pipes in Unix but donno how to start.

Thanks for help.

Gina
Avatar of Tommy Hui
Tommy Hui

If you want to learn more about threads, I would recommend the book Multithreading Applications  in Win32 by Jim Beveridge and Robert Wiener. ISBN 0-201-44234-5.

Avatar of Gina060497

ASKER

Thanks. I read something about Multithreading applications. Now I feel that I need a simple sample code very much so that I can start.

Gina
Thanks. I read something about Multithreading applications. Now I feel that I need a simple sample code very much so that I can start.

Gina
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial