VC++ console application - client-Server
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I have written a client-server program using VC++ 2012 console application, which works on local network properly. But I want to connect to the server program on the internet using client program. I have the computer IP that server program is run on. How can I connect to server program by client? (regards)