Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone,

Can anybody suggest me a good URL to understand threads (in c,c++) with a very simple example.
though I googled it, but i am not getting good tutorials. Please suggest me good URls

Thanks in advance.
Posted

Joe Newcomer has two good articles on this topic: Worker Threads[^] and UI Threads[^] as well as a series[^] of more advanced topics.
 
Share this answer
 
v2
You can have a look here: http://www.devarticles.com/c/a/Cplusplus/Multithreading-in-C/[^].

Cheers!

—MRB
 
Share this answer
 
Comments
Espen Harlinn 9-Aug-11 16:59pm    
Nice article, my 5
Douglas C. Schmidt[^] is perhaps one of the more knowledgeable authors on the subject, and he created ACE[^], an open source project with a license suitable for commercial use.
Umar Syyid created the ACE tutorial[^] a long time ago, but it's still a relevant source of information.

You should also take a look at the Boost Thread library[^]

Best regards
Espen Harlinn
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900