Thread: Reading/writing a file from/into server

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    5

    Reading/writing a file from/into server

    Hello.

    I'm making a game and would like to have hiscore table saved on my own server in the net. However I don't have any knowledge about programming server related things on C++ (or C).

    So, could someone enlighten me?

    To put this matter in smaller pieces, below are two topics

    1) How to connect to a server (and close connection)
    2) How to read (and write) file from (into) a server

    Answers and exmaple codes highly appreciated.

    I apologize if this matter has been discussed earlier on this forum.

    Thank you.

    --
    Markus

  2. #2
    Registered User Micko's Avatar
    Join Date
    Nov 2003
    Posts
    715
    Please, do not cross posts!!!
    Gotta love the "please fix this for me, but I'm not going to tell you which functions we're allowed to use" posts.
    It's like teaching people to walk by first breaking their legs - muppet teachers! - Salem

  3. #3
    Registered User
    Join Date
    Aug 2005
    Posts
    5
    I apologize; this thread may be deleted.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. Formatting a text file...
    By dagorsul in forum C Programming
    Replies: 12
    Last Post: 05-02-2008, 03:53 AM
  3. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  4. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM