Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Want to learn multithreading in C++ or MFC . I am new to multithreading. Can any one let me know how to learn multithreading . Any help appreciated . Thx in advance .
Posted
Comments
Volynsky Alex 13-May-13 12:18pm    
An introduction to parallel programming in C++ using POSIX threads. :
http://www.tutorialspoint.com/cplusplus/cpp_multithreading.htm
Multithreading with C++ and MFC :
http://msdn.microsoft.com/en-us/library/975t8ks0%28v=vs.80%29.aspx
Volynsky Alex 13-May-13 12:20pm    
The book of Jeffrey Richter is very, very good, but I would not recommend it to begin with it.You will be hard....

http://msdn.microsoft.com/en-IN/library/975t8ks0%28v=vs.80%29.aspx[^]

Or refer Programing Application For Microsoft Windows by Jeffrey Richter
 
Share this answer
 
Did you try Google[^]?
 
Share this answer
 
Comments
MuraliChagarlamudi 13-May-13 8:55am    
I have tried but unable to understand . I am good at C++ is that enough for learning multithreaded ?
pasztorpisti 13-May-13 11:56am    
Depends on what you mean when you say good. Do you know the list of things you don't know about C++? :-) Maybe learning multithreading with a procedural language (C) is easier for first and then applying multithreading on an object oriented language (C++) becomes a smaller step.
MuraliChagarlamudi 14-May-13 1:59am    
I can rate my self in C++ on scale of 10 up to 7.5 is that enough to learn multithreading .
if don't mine can i know what you mean by smaller steps?
thq for your reply.

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