Thread: Question about making a program that will save information?

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    14

    Question about making a program that will save information?

    Im interested in making a program that takes in user values, and stores them, for later use, even when the computer is turned on and off, or the program is closed and so forth. Would i/o files be the key to this working? Anyone who can push me into the right direction would be appreciated.

    thanks

  2. #2
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    Yeah, you would need to use file i/o to accomplish that. Read up on <fstream>.
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Plan
    By Programmer_P in forum C++ Programming
    Replies: 0
    Last Post: 05-11-2009, 01:42 AM
  2. Help on making program run more efficiently
    By peeweearies in forum C Programming
    Replies: 2
    Last Post: 03-23-2009, 02:01 AM
  3. C++ Program Classes Question
    By racerday182 in forum C++ Programming
    Replies: 6
    Last Post: 12-08-2008, 03:03 AM
  4. question about the loop in case conversion program
    By Elhaz in forum C++ Programming
    Replies: 8
    Last Post: 09-20-2004, 04:06 PM
  5. Replies: 6
    Last Post: 07-10-2002, 07:45 PM