• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question Socket programming in C on Windows

CryptoTuke

Junior Member
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.
 
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. 😛
 
Back
Top