0
Can you give me a simple example
I want to learn socket programming on c++ using winsock but I dont seem to understand by looking it up on the internet so can someone please show me a simple program where the server literally just sends the message "hi" to the client and then the client outputs the message. I learn best from examples. Thanks in advance :)
2 odpowiedzi
+ 4
You need to learn to Google a bit better as it's one of the best programmer tools 😁 I basically Googled: winsock c++ tutorial and this detailed guide came up first
https://docs.microsoft.com/hr-hr/windows/desktop/WinSock/getting-started-with-winsock
+ 1
Thanks