
-----------------------------------
Blade
Mon Apr 07, 2003 8:15 pm

Decimal &gt; Binary
-----------------------------------
for school i'm supossed to make a program that converts decimal to binary... and vice versa... could someone suggest a method to do this?

-----------------------------------
void
Mon Apr 07, 2003 8:33 pm


-----------------------------------
i'd use a loop to check to see what the largest power of two is that can go into the enterd number....(like if num_entered 