Need help in Threading concept
-
hi friends I am an application programmer, now i want learn threading concept in VC++ ..please guide me ..how to study and please give some sample application ...and also how to communicate client to server ...please give one sample .... thanks n advance Nisha
-
hi friends I am an application programmer, now i want learn threading concept in VC++ ..please guide me ..how to study and please give some sample application ...and also how to communicate client to server ...please give one sample .... thanks n advance Nisha
The search functionality on CP is still active and you can search on google too. Just put Threading as the keyword in the search field If you need to write some sample for your understanding, you can simply create two threads and do some task like moving an image, counting numbers and printing them on screen etc etc...
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
hi friends I am an application programmer, now i want learn threading concept in VC++ ..please guide me ..how to study and please give some sample application ...and also how to communicate client to server ...please give one sample .... thanks n advance Nisha
Processes and Threads[^] Synchronization[^]
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
hi friends I am an application programmer, now i want learn threading concept in VC++ ..please guide me ..how to study and please give some sample application ...and also how to communicate client to server ...please give one sample .... thanks n advance Nisha
For Win32, see here: Creating Threads[^] CreateThread Function[^] For MFC, see here: Multithreading with C++ and MFC[^] VC++ MFC Thread Tutorial[^] there are many other resources in net..
-- "Programming is an art that fights back!"
-
hi friends I am an application programmer, now i want learn threading concept in VC++ ..please guide me ..how to study and please give some sample application ...and also how to communicate client to server ...please give one sample .... thanks n advance Nisha
Codeproject has lot of good articles about it. :)