Network Communication
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi! I've to write code to establish a client/server communication in C++. What are the steps involved? Can any body give me some sample code?
-
Hi! I've to write code to establish a client/server communication in C++. What are the steps involved? Can any body give me some sample code?
Use Socket Programming, Google it. You will get lots of code sample. :) -- Modified Friday, February 18, 2011 1:10 AM