Thread: multiplayer

  1. #1
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269

    multiplayer

    Yes yes, i may be skipping way to far ahead, but, how do you connect two people over the internet? Anyone know atleast any sites to learn
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    27
    you need to use sockets. There are lots of tutorials on c/c++ sockets

    Just search and you will find them.

    One way is that 1 pc acts as a server listing for a port and the other a client

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need book to program game into multiplayer...
    By edomingox in forum Game Programming
    Replies: 3
    Last Post: 10-02-2008, 09:26 AM
  2. Multiplayer
    By Ajsan in forum C++ Programming
    Replies: 3
    Last Post: 06-11-2004, 12:21 AM
  3. looking for a new shooter to play (multiplayer one)
    By Leeman_s in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 01-12-2004, 01:12 PM
  4. Multiplayer OpenGL
    By Bonkers in forum Game Programming
    Replies: 5
    Last Post: 01-06-2003, 10:01 PM
  5. multiplayer
    By phantom in forum Game Programming
    Replies: 2
    Last Post: 03-29-2002, 03:08 AM