Thread: History of user's movement in C

  1. #1
    Registered User
    Join Date
    Feb 2013
    Posts
    40

    History of user's movement in C

    I want to make history of user's movement. Whenever the user inputs something, and the input is valid, then the input information will be stored into something. And later on, the history shows up whenever I pick the choice.

    Could anyone give me any advice for this?

    Thank you very much for your help.

    P.S. I have the specific program to make history. If you want me to post it, then I will.

  2. #2
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    Could anyone give me any advice for this?
    You describe a perfectly valid approach; what do you need help with?

    Soma

  3. #3
    Registered User
    Join Date
    Feb 2013
    Posts
    40
    I need help with storing information, but I can't seem understand what method I should choose. (I'm thinking to choose array to store the information.)

  4. #4
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    I need help with storing information, but I can't seem understand what method I should choose.
    O_o

    Do you know what data structures are?

    I'm thinking to choose array to store the information.
    That would seem a perfectly valid choice.

    Soma

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. User login history - bash
    By garcy in forum Linux Programming
    Replies: 3
    Last Post: 05-17-2011, 10:23 AM
  2. I need help in history!
    By Liger86 in forum A Brief History of Cprogramming.com
    Replies: 22
    Last Post: 02-11-2003, 09:18 AM
  3. History
    By Linus in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-15-2002, 03:46 AM