Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

networking question

Status
Not open for further replies.

luvcloud

Programmer
Apr 23, 2002
24
0
0
MY
anyone know any articles or websites that have explain about how to create networking app or handle sockets in C++? or can anyone explain how it is done? just the basic...for example creating a client/server app that can handle multiple connections and acts like a chat program or something. i'm trying to understand how it is done in C++.
 
Look for this samples on search.microsoft.com:
Inetall - for client, httpsvr - for server/sockets.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top