Thread: recommend me...

  1. #1
    the Great ElastoManiac's Avatar
    Join Date
    Nov 2005
    Location
    Republika Srpska - Balkan
    Posts
    377

    Thumbs up recommend me...

    I need a simple networking api for c++.
    I have to create a game where two players are playing over
    internet. One player should give the other his IP and one of
    them should host game. And they should play somehow...

    WinSock and RakNet is complicated at least i think soo...
    So tell me is RakNet simple? If it isn't recommend me something...
    lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    If you're finding WinSock too complicated, you're going to have a tough time dealing with the complicated nature of, as you say, "playing somehow".

  3. #3
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    Simplest internet/network API I have come across is Winsock, I don't know what you see in it that makes it complicated. Why don't you try Winsock, and if you have problems, post them in the Networking board.
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

  4. #4
    the Great ElastoManiac's Avatar
    Join Date
    Nov 2005
    Location
    Republika Srpska - Balkan
    Posts
    377
    Quote Originally Posted by jmd15
    Simplest internet/network API I have come across is Winsock, I don't know what you see in it that makes it complicated. Why don't you try Winsock, and if you have problems, post them in the Networking board.
    Well Allright...
    lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Would anyone recommend good network security books?
    By donglee in forum Networking/Device Communication
    Replies: 1
    Last Post: 04-11-2009, 09:11 AM
  2. Recommend a book to me
    By storkus in forum C++ Programming
    Replies: 1
    Last Post: 09-18-2008, 11:07 PM
  3. please recommend C and C++ network library
    By draggy in forum Networking/Device Communication
    Replies: 2
    Last Post: 05-13-2006, 02:56 PM
  4. Can anyone recommend this?
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 11-01-2003, 06:37 PM
  5. look-ahead, recommend function for tic tac toe 5x5
    By portos69 in forum C Programming
    Replies: 2
    Last Post: 11-21-2002, 07:42 PM