Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,214

    Re: I have a question about saving

    I agree with you there. If he is using global ints for all of his values then that's bad. He should really be using a character object to store all of his information. Using regular ints being passed...
  2. Replies
    7
    Views
    1,214

    Re: I have a question about saving

    No, for the love of god dont save to a file. That's excessive. Only save to a file if you are saving info between runs. Just create a copy of the variable. I recommend using a copy constructor. I'll...
  3. Replies
    7
    Views
    1,214

    Re: I have a question about saving

    I would recommend having some sort of Character object that holds all of the information. Then create a copy method so you can easily get a copy of the character. Make a copy of the character right...
Results 1 to 3 of 3