Hi,
Is there a simple and small code for client and server to talk to each other over TCP/IP (windows sockets)?Please let me know.
Hi,
Is there a simple and small code for client and server to talk to each other over TCP/IP (windows sockets)?Please let me know.
Hi,
Is there a simple and small code for client and server to talk to each other over TCP/IP (windows sockets)?Please let me know.
A equivalent ruby or python code is few lines but I could not find example for simple win32 socket programming.Why are the codes lengthy in win32????
Please let me know if you have simple C codes for the client and server.
http://beej.us/guide/bgnet/output/html/multipage/index.html
The above is the one my computer networks class used. I don't know how good it is compared to other guides, but it was good enough for me to get my projects working (with a little help from the fine members here :) ).
If you need simple C++ TCP server, please try out Boost.Asio (http://boost.org) or Unicomm (http://libunicomm.org)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.