server and client
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a simple server and client source code that can run. The problem is I type two same IP address in the source code of server and client, the program can connect and send. But when I test the program in two PC and type both IP address in both of the program, the program cannot work. What is the problem of it?