Network programming

Started by
1 comment, last by Mrafcho001 18 years, 1 month ago
Hello, I'm new here. I want to learn how to make applications that can communicate over the internet. Server-Client programs, chat, etc... I've heard of few interfaces for network programming WinSocket and Raw sockets? What do most of today's applications use? Where is a good place to start with network programming? I'm more particulary looking for good books.
Advertisement
WinSock is what people mostly use on Windows (or the WinInet higher-level libraries). You could start by checking out the Forum FAQ.
enum Bool { True, False, FileNotFound };
Thank you.

I'll be sure to check it out.

This topic is closed to new replies.

Advertisement