Search:

Type: Posts; User: MK27

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    3,348

    No, if this is to deal with a fixed number of...

    No, if this is to deal with a fixed number of bits (in the example, 6), you don't need either, but you will end up with some "worst practice" long noodle style code exemplifying unnecessary...
  2. Replies
    10
    Views
    3,348

    Without using at least a while() loop, you can...

    Without using at least a while() loop, you can only do this if the number is of fixed length, and then it will just be cut and paste some almost identical code over and over. Here's a clue: put the...
Results 1 to 2 of 2