Examples for Winsock?

c++, resources, winsock

Solution

Some are as follows:

- Winsock Programming

- Winsock Networking Tutorial (C++)

- WinSock Tutorial

Problem

What do you guys recommend for a resource for winsock? I have an assignment that we have only have a few days to do that needs to send a simple packet using UDP (and receive the same type of packet). I am fairly familiar with C# sockets but nothing with C++. Any tips or resources?

Original source