Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    15
    Views
    1,961

    Re: Client and Class - Error

    Your changing the variable named i to one named r would NOT change what happens.
    You need to remove the code that changes the value of i (i++)
    What do you want shown where (i++) is used?

    You...
  2. Replies
    15
    Views
    1,961

    Re: Client and Class - Error

    What happens when you compile and execute the program? Does it do what you want?
  3. Replies
    15
    Views
    1,961

    Re: Client and Class - Error

    Instead of having (i++) have (r)
  4. Replies
    15
    Views
    1,961

    Re: Client and Class - Error

    Use a different variable from the loop control variable.
Results 1 to 4 of 4