Thread: Save Load....

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

    Lightbulb Save Load....

    How would you go about saving to or loading from somthing like my calc few posts back is it possible to save whats on the screen

  2. #2
    Registered User
    Join Date
    Mar 2002
    Posts
    95
    if your talking about a file, then you basically have to have all the information that you want to save in variables and then you can use one of many different file outputs or inputs, just do a search for fprintf or fputs or fscanf or fgets, and you'll find what your lookin for.

  3. #3
    Im back! shaik786's Avatar
    Join Date
    Jun 2002
    Location
    Bangalore, India
    Posts
    345
    I don't know how this question is related to this forum "C Programming" and pictures here. If you are using Windows(R) xx, you can press [SHIFT] + [PrntScrn] and paste it in "Paint Brush"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File Save and Load
    By lukesowersby in forum C Programming
    Replies: 3
    Last Post: 05-13-2009, 12:49 AM
  2. Replies: 11
    Last Post: 04-17-2008, 02:29 AM
  3. Replies: 3
    Last Post: 09-12-2005, 09:08 AM
  4. save webpage? some save some not
    By kryptkat in forum Tech Board
    Replies: 3
    Last Post: 06-07-2005, 09:21 AM
  5. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM