Any one had trouble in implementing threading in C++(well, I had, as C++ directly not providing threading) . We have to  use the treading support in the windows API.  But it is bit difficult to directly code to the windows API using "windows.h". while I 'm searching I found the  article "C++ And Threads, by Randy Charles Morin" which has implemented the threading in C++ very effectively. If you are interested I recommend you to go through it.  here is the link
http://www.kbcafe.com/articles/HowTo.Thread.pdf
 
 
 
No comments:
Post a Comment