Thread: winsock programming

  1. #1
    skacy
    Guest

    winsock programming

    want to get as deep into socket programming as I can in c++, how do I get started?

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    114
    How deep? Deep enough to get it to work?
    http://www.codeguru.com/network/index.shtml
    Or deep enough to know all about bits and pieces? Start out by learning about protocols like TCP/IP and UDP, and how computers communicate (how it works on the hardware level). Then find some resources about socket programming. Try www.google.com. I find a loot of good pages when searching for '+socket +programming'. And buy a good book.

    http://www.ecst.csuchico.edu/~beej/guide/net/html/ is good resource about netwoork programming. Target platform is mainly linux/unix based system though.

  3. #3
    skacy
    Guest
    I know a **** load about sockets and the widely used protocols (I read a bunch of books) But I want to get really really as low level into sockets as humanly possible as I can in c++. I mean up to my ass in sockets

  4. #4
    skacy
    Guest
    actually what would be great is if I could find a site or a book that went step by step and showed you all about low level socket programming in c++. examples are great too

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Winsock issues
    By tjpanda in forum Windows Programming
    Replies: 3
    Last Post: 12-04-2008, 08:32 AM
  2. Winsock Messaging Program
    By Morgul in forum Windows Programming
    Replies: 13
    Last Post: 04-25-2005, 04:00 PM
  3. Winsock - Where do i start?
    By Brain Cell in forum Networking/Device Communication
    Replies: 5
    Last Post: 02-14-2005, 01:39 PM
  4. Where do I initialize Winsock and catch messages for it?
    By Lithorien in forum Windows Programming
    Replies: 10
    Last Post: 12-30-2004, 12:11 PM
  5. winsock
    By pode in forum Networking/Device Communication
    Replies: 2
    Last Post: 09-26-2003, 12:45 AM