Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello everybody,

I wanted to do a client server application in Win32 using Threads.I dont have deep idea about handling threads.Can any one pls give me a link with sample code that explains about Client server application using threads.

Thanks in advance.

Shiva..
Posted
Updated 20-Mar-10 3:57am
v2

1 solution

My first suggestion would be to spend some time learning about threads in Windows programs. If you expect to be writing code which implements them then you really need to understand how they work and how they may interact with each other.

If you want some sample code then try searching the articles here on CodeProject.
 
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