+ 1
How to...
How to make a c++ program that listen on my local ip on a specific port (let's say port 3000) and whenever it recieves a tcp request the program have to print hello world
2 Réponses
+ 4
This is a good starting point.
https://www.geeksforgeeks.org/socket-programming-cc/
+ 1
thanks :)