Search:

Type: Posts; User: nat1192

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    2,870

    Change } while(swap); } to

    Change


    }
    while(swap);
    }

    to
  2. Replies
    10
    Views
    1,734

    Technically yes but with the unstructured, hard...

    Technically yes but with the unstructured, hard to read way it is written, it could easily be mistaken for one.
  3. Replies
    17
    Views
    2,377

    Use int instead of float (a float means it can...

    Use int instead of float (a float means it can have decimal)
Results 1 to 3 of 3