View Single Post
 
Reply
Posted 2003-03-07, 03:13 PM in reply to Demosthenes's post "TCP//IP programming"
I'm not sure how to do that in C++. In VB you use the winsock control and .Net you use a socket class. You basically have a socket listen on a port (local IP) when it has a connection request, you have another socket actually connect. Then just use a send function and recieve function.
Old
Profile PM WWW Search
drivehappy is neither ape nor machine; has so far settled for the in-betweendrivehappy is neither ape nor machine; has so far settled for the in-between
 
drivehappy