Thread: Saving

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

    Saving

    lets see.....I use <fstream.h> (ifstream input("")) that kinda stuff to open saved programs by uploading the variables. I am successful!!!!!Now, i want to be able to save files onto the net. I think that is possible because people with profiles on in multi programs oughta have the profiles saved onto the net so anyone on a dif comp can easily look at profile (you know what i mean?)

    Im using borland 3.1 (figured out yesterday, not 4.0) and i want to save that. How is thy done?
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Saving something 'on the net' is not different from saving it to a file, apart from the fact that this file is no longer on your own harddisk.

    First, you need to have space on the net to save something too.
    Then you need a method to access this space. Maybe ftp or other means. And last but not least, you need a way to use this method from your program to upload the saved file and download a file to be loaded. Sockets will most likely play a part here.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269
    Ok, im learning sockets right now
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New to C++ problem saving files
    By wesm in forum C++ Programming
    Replies: 2
    Last Post: 11-02-2005, 02:00 PM
  2. Replies: 2
    Last Post: 06-16-2005, 10:03 AM
  3. saving a binary tree??
    By fayte in forum C++ Programming
    Replies: 9
    Last Post: 01-27-2005, 01:32 PM
  4. Saving vectors of structures problem
    By redeck in forum C++ Programming
    Replies: 4
    Last Post: 12-09-2004, 04:47 PM
  5. File saving problem in DevC++ pls help ???
    By intruder in forum C Programming
    Replies: 3
    Last Post: 12-17-2002, 01:17 AM