Recent content by CryptoTuke

  1. C

    Question Socket programming in C on Windows

    I've already fixed it
  2. C

    Question Socket programming in C on Windows

    This is my question on stackoverflow, https://stackoverflow.com/questions/70048989/socket-programming-in-c-on-windows-server-multithreading-with-select-and-fd/70050201#70050201 and I have already modified the server but it still does not do what I want, it does not serve me more clients. Here is...
  3. C

    Question Socket programming in C on Windows

    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.