Thread: Sockets

  1. #1
    Registered User billholm's Avatar
    Join Date
    Apr 2002
    Posts
    225

    Talking Sockets

    Hello again people!

    I'm tryin' to learn windows sockets programming along with my windows GUI ventures. And I think I need some help.

    Anyone of you here who knows sockets programming? If you do, don't hesitate to share some of your knowledge... I'd like to borrow some sample code implemented in C or C++

    Thanks!
    All men are created equal. But some are more equal than others.

    Visit me at http://www.angelfire.com/my/billholm

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    200
    This would be a good time to either ask a more specific question, such as one that can actually be answered, or search the web and delete your thread.

  3. #3
    Registered User billholm's Avatar
    Join Date
    Apr 2002
    Posts
    225

    Exclamation

    My goodness!!!
    All men are created equal. But some are more equal than others.

    Visit me at http://www.angelfire.com/my/billholm

  4. #4
    Registered User billholm's Avatar
    Join Date
    Apr 2002
    Posts
    225

    Exclamation

    I think that's a plain and simple question from someone eager to learn for people who already have knowledge in it.

    If you can't answer that, then don't bother to post a reply.
    All men are created equal. But some are more equal than others.

    Visit me at http://www.angelfire.com/my/billholm

  5. #5
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    I'd recommend getting a good book on socket programming, such as the series written by Stevens, or C Unleashed which has a nice chapter devoted to communications programming. Another place you should look at is Beej's superb web site on sockets found at http://www.ecst.csuchico.edu/~beej/guide/net/.

    -Prelude
    My best code is written with the delete key.

  6. #6
    Registered User billholm's Avatar
    Join Date
    Apr 2002
    Posts
    225

    Cool

    Thanx for the link!
    All men are created equal. But some are more equal than others.

    Visit me at http://www.angelfire.com/my/billholm

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Best way to poll sockets?
    By 39ster in forum Networking/Device Communication
    Replies: 3
    Last Post: 07-22-2008, 01:43 PM
  2. Cross platform sockets
    By zacs7 in forum Networking/Device Communication
    Replies: 5
    Last Post: 06-27-2007, 05:16 AM
  3. multiple UDP sockets with select()
    By nkhambal in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-17-2006, 07:36 PM
  4. Raw Sockets and SP2...
    By Devil Panther in forum Networking/Device Communication
    Replies: 11
    Last Post: 08-12-2005, 04:52 AM
  5. Starting window sockets
    By _Cl0wn_ in forum Windows Programming
    Replies: 2
    Last Post: 01-20-2003, 11:49 AM