Thread: Saving data

  1. #1
    Registered User bradszy's Avatar
    Join Date
    Jan 2008
    Posts
    114

    Saving data

    How would I go about doing it? I mean saving data, like setting people passwords and profiles, and when they enter the game, and do things, it saves a profile with their game data in it... How would I do it? Thanks.

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Use files?

  3. #3
    Registered User bradszy's Avatar
    Join Date
    Jan 2008
    Posts
    114
    Please explain... I'm extremely new. A link? A tut? Anything to help me out a tad?

  4. #4
    coder
    Join Date
    Feb 2008
    Posts
    127
    cprogramming.com provides many tutorials.
    here is 2 about file handling
    http://www.cprogramming.com/tutorial/lesson10.html
    http://www.cplusplus.com/doc/tutorial/files.html

    If you need more just google for "file c++ tutorial" and you will get tons of informations

  5. #5
    Registered User bradszy's Avatar
    Join Date
    Jan 2008
    Posts
    114
    Thanks Carlorfeo and Bubba. I'll look into it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 48
    Last Post: 09-26-2008, 03:45 AM
  2. singly linked circular list
    By DarkDot in forum C++ Programming
    Replies: 0
    Last Post: 04-24-2007, 08:55 PM
  3. Saving Data
    By JoeJTaylor in forum C++ Programming
    Replies: 5
    Last Post: 04-22-2006, 09:06 PM
  4. C diamonds and perls :°)
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 05-16-2003, 10:19 PM
  5. Saving data
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 08-01-2002, 08:36 PM