Search:

Type: Posts; User: hutchid

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,767

    The switch(condition) clause is based on an...

    The switch(condition) clause is based on an integral value so when you pass a char to the switch it will upcast to an int to make the actual comparison!
  2. Replies
    10
    Views
    2,075

    Your very right, very right indeed, I think it...

    Your very right, very right indeed, I think it should read 0x80000000! (Of course that would give us -1 the number of bits were looking for.



    Again apologies for my typo, I actually meant to...
  3. Replies
    10
    Views
    2,075

    Decimal to Binary String competition

    Hi All!

    I've not posted on here before, but I thought I'd start somewhere with a small competition/point of interest!

    Anyway, i've always had a nagging for producing an efficient method of...
Results 1 to 3 of 3