Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: DECtoBIN Conversion WITHOUT using String Methods

    If the input is in an int variable and the binary sequence is held in an int variable, I don't understand what the code is supposed to do. There wouldn't be any logic needed, just an assignment...
  2. Re: DECtoBIN Conversion WITHOUT using String Methods

    What type of variable is that "binary sequence" held in? Do you need to drop the leading 0s?

    An int variable holds 32 bits that can be shifted bit by bit. any bit of the int can be tested by...
Results 1 to 2 of 2