Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Replies
    7
    Views
    1,219

    Re: I have a question about saving

    Where did I say pass an object? I thought I said: " pass it the contents of an int variable" and " int variables were passed to the method as arguments,"

    I was arguing against using global...
  2. Replies
    7
    Views
    1,219

    Re: I have a question about saving

    Not sure what you are saying. If you call a method and pass it the contents of an int variable, the method can NOT change the value of the original variable. When the method returns, the value in...
  3. Replies
    7
    Views
    1,219

    Re: I have a question about saving

    Not sure what "keeping all my ints" means.
    If the code were in a method and the int variables were passed to the method as arguments, then the values of the original int variables would not be...
Results 1 to 3 of 3