Thread: Network Code!

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    10

    Network Code!

    Im preparing to work on a simple network chat program to chat over a network, somthing along the lines of irc... I was just wondering what I should use to commpunicate over the network (is there and libraries, headers, or source that will help

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    What OS are you using?

    Perhaps this site can help you further.

    http://www.codeguru.com/network/index.shtml

    [EDIT]
    There's a section there about messaging. A part of that section is about an open source chat program.
    [/EDIT]
    Last edited by Shiro; 04-05-2002 at 01:48 PM.

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    you could use winsock on windows or sockets on unix ..

  4. #4
    Registered User
    Join Date
    Apr 2002
    Posts
    37
    I assume you are making a client for the Windows operating systems.

    I would suggest using Windows Sockets or "winsock". Here are some resources and tutorials:

    Windows Socket Network Programming

    Developing for the Internet with Winsock: Everything You Need to Master the Art of Creating Windows Internet Software

    Johnnie's Winsock Tutorial

    Winsock Development Information

    I hope that these links are helpful to you SlimDady.
    Show me a man who cannot bother to do little things, and I'll show you a man who cannot be trusted to do big things.

    -Bill Cosby

  5. #5
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    I'd recommend SDL_net. It's portable.

    http://www.libsdl.org/projects/SDL_net/index.html
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Network simulation code
    By ferarris in forum C Programming
    Replies: 2
    Last Post: 03-31-2006, 12:09 PM
  2. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  3. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  4. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM
  5. Replies: 4
    Last Post: 01-16-2002, 12:04 AM