+ Reply to Thread
Results 1 to 4 of 4

Thread: Saving Data

  1. #1
    RGB
    RGB is offline
    Newbie RGB is an unknown quantity at this point
    Join Date
    Sep 2008
    Posts
    1

    Saving Data

    How do you save data, either to a text file or the memory, so that the program can keep the same information after it is closed? And if it writes it to a text file how would you input the data from the text file?

  2. #2
    Guru morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice
    Join Date
    Jan 2008
    Posts
    1,724
    Blog Entries
    4

    Re: Saving Data

    One possible way to accomplish this is through a file reader / writer.

    After a quick google search, This Link seems to do what you want to do quite nicely (although for another purpose).

  3. #3
    Newbie leska is an unknown quantity at this point
    Join Date
    Sep 2008
    Posts
    27

    Re: Saving Data

    If you need to store configuration information, then use XML format for this.

  4. #4
    Programmer ArtoStiloz is on a distinguished road ArtoStiloz's Avatar
    Join Date
    Sep 2008
    Location
    Denmark
    Age
    22
    Posts
    175

    Re: Saving Data

    Use PHP for this.
    PHP: fopen - Manual

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. C#:Tutorial - Download Data
    By Xav in forum CSharp Tutorials
    Replies: 13
    Last Post: 02-11-2010, 02:17 PM
  2. Saving data from a listbox to a txt file!
    By pds2ect in forum Visual Basic Programming
    Replies: 5
    Last Post: 10-03-2007, 03:59 PM
  3. Java:Tutorial - Data Types
    By John in forum Java Tutorials
    Replies: 6
    Last Post: 07-02-2007, 09:16 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts