Question Socket programming in C on Windows

CryptoTuke

Junior Member
Nov 20, 2021
3
0
6
Do I have anyone here who knows how to program C sockets on the Windows platform? I'm trying to create a simple application server and several clients with a specific application cryptographic protocol on the TCP channel, but there were questions when solving the project and I would need advice.
 

Red Squirrel

No Lifer
May 24, 2003
67,385
12,131
126
www.anyf.ca
I'm far from an expert at it, but I have done it before, what kind of stuff do you need help with, I MIGHT be able to help, or at very least show you code that works. I wrote a set of C++ classes a while back to make TCP sockets easier to implement but the stuff under the hood is mostly copy/paste from the internet. :p