Examples for Winsock?

bobber205 picture bobber205 · Mar 8, 2010 · Viewed 42.6k times · Source

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?