I am new to socket programming and I am looking for more info about what I can do with winsock.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Any kind of distributed program that requires two or more machines to talk to each other across the network. Say, for example, you have a program running on one computer that’s processing data and you want to publish updates to other computers from time to time. The processing computer can send a UDP datagram with its status, and programs running on other computers can listen for those updates.
As RichieHindle said, any Windows program that uses the network is eventually going through Winsock, although most use higher level interfaces rather than muck about with sockets directly.