Thread: save repeatedly entered info

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    1

    Question save repeatedly entered info

    I am a beginner in c++ programming, and I am trying to make a very, very, very simple Jeopardy game. All I want to know is how to save information put into the program when running it, and how to recall that info. Then edit it whenever I feel like it.

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Look in the faq for "file I/O".

    I/O = Input/Output

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    249
    Well, there are a few things wrong with your code:

    1) It does not work.
    2) It does not work.
    3) It does not work.

    Hope this helps.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Ask user to save file before exiting.
    By Bajanine in forum Windows Programming
    Replies: 3
    Last Post: 11-15-2004, 06:34 PM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Need HELP with Program
    By Jeff in forum C Programming
    Replies: 25
    Last Post: 09-23-2004, 08:03 PM
  4. MFC Save As dialog
    By Micko in forum Windows Programming
    Replies: 0
    Last Post: 08-23-2004, 02:02 PM
  5. Replies: 3
    Last Post: 12-06-2001, 05:30 AM