Networking a C++ app

May 5, 2011 at 4:49pm
I have created an application in c++ (network chat application) in c++...
& now i need to how to network a c++ application ....any sugesstions (tutorials,blogs) that you might recommend
May 5, 2011 at 8:38pm
So... What is it that you have so far? Are you familiar with the WinSock2 API? Or are you more comfortable with some other lib? Would you mind posting your code in some tags if it's not too long?
May 6, 2011 at 3:11am
Beej's guide is the greatest!

http://beej.us/guide/bgnet/

Basically you have to connect a socket to a destination, then send and receive information with that socket. Simple in concept and truthfully implementation as well.
May 6, 2011 at 6:26pm
Sorry for taking so long to reply.... actually what i have now is just an application that runs perfectly...but i don't have any knowledge of networking a c++ application....I'm only comfort in the general lib including the vcl.....WinSock2 API????
Topic archived. No new replies allowed.