Socket Programming in C++

Hi,
I want write a chat program with socket programming.(Simple)
Please help me and give me example. Thank you
Do you have ANY code yet?

What platform are you targeting?

How much do you know about that platform?
Thank you for reply.
No,I don't have any code.
I want write code in Visual Stdio 2012 in windows 7

I write one simple socket programming in C#,But this is different with c++
closed account (N36fSL3A)
You can use WinSock or whatever socket lib that comes with *nix systems.

If you want a cross platform API SFML has a cool networking API and SDL_net works fine as well.
Topic archived. No new replies allowed.