Search:

Type: Posts; User: Junky

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,921

    Re: while(true){ section of code runs 200 times}

    If I understand you correctly you want a bunch of stuff to loop X number of times ONCE. So you can have your outer infinite loop for the thread and have an inner while loop controlled by a boolean.
    ...
  2. Replies
    7
    Views
    1,921

    Re: while(true){ section of code runs 200 times}

    Don't use a infinite while loop. Use a boolean that you can control instead.
Results 1 to 2 of 2