Thread: Connection User via INet

  1. #1
    #junkie
    Join Date
    Oct 2004
    Posts
    240

    Post Connection User via INet

    Ok im a nub ofcourse, and im just wanting to get the basic terminology for the best ways to have apps communicate across the net.

    What i want to do is take my text based mud to the next level, first off i plan on making it over in c++ and using DDE (hopefully) to communicate with the mIRC app just allowing for me to get the simplistic repetition down in c++.

    Next i want to move into simplstic nintendo zelda type online, where many users come and move in an ever changing enviorment. My question is what would be the best way for data transfer? And by best i mean most efficient and at the same time safe for me. Im not planning on going into thousands of users, but none the less i never like to keep my code limited in the user aspect.

    So what are your opinions? As i said im a n00b so please keep it to the most simplistic terminology and point me in the right direction please . Im far off ofcourse, i plan on getting a bit more C++ down then tackling DDE transfers to start recoding my mIRC game into C++. The games server that is. So it would still most likely be occupying the lovely Windows Console look, kind of retro nerd right? Anyway, Thanks for the help!


  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    What you need to learn is socket programming. Beej's guide is very good, and probably a good place to learn from. The code there is for linux, but about 98% of it is valid on windows as well.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Keeping connection alive
    By VeX92 in forum C++ Programming
    Replies: 2
    Last Post: 10-28-2007, 10:10 AM
  2. Message class ** Need help befor 12am tonight**
    By TransformedBG in forum C++ Programming
    Replies: 1
    Last Post: 11-29-2006, 11:03 PM
  3. Need help managing user input
    By JayDiddums10 in forum C Programming
    Replies: 2
    Last Post: 11-19-2006, 05:01 PM
  4. Headers that use each other
    By nickname_changed in forum C++ Programming
    Replies: 7
    Last Post: 10-03-2003, 04:25 AM
  5. Stopping a user from typeing.
    By knave in forum C++ Programming
    Replies: 4
    Last Post: 09-10-2001, 12:21 PM