In this video, we look at Winsock programming, or how to use networking on Windows in C. Specifically, we program a socket listener, or a server, and connect to it using a barebones PuTTY client. First, we implement a single-client listener, and then expand the capabilities to handle multiple clients.
• PuTTY Download: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
• Website: https://michaelg29.github.io/
• Twitter: https://twitter.com/MichaelGrieco10
• Discord: https://discord.gg/Uj54bDF
• This Github Repo: https://github.com/michaelg29/yt-challenges
• This Playlist: https://www.youtube.com/playlist?list=PLysLvOneEETP-XQZQ6VTdMIHmxbGxX6nX
Listened to the Hyper Light Drifter OST by Disasterpeace (music.disasterpeace.com).
Download
0 formats
No download links available.
Programming Challenges - 29.1 - Winsock Server (C) | NatokHD