aaronbloomfield/pdr

binaryOutput() description

Closed this issue · 3 comments

Indicate that they need to put in leading zeros, but put that in AFTER this semester's lab is done

How many leading zeros do you want them to put in? Something that gets them to 32 bits like the following?

> outputBinary(1)
0000 0000 0000 0000 0000 0000 0000 0001

32 bits is reasonable -- the assumption in this class is that the world a 32-bit world, which I realize I cannot assume forever....

Handled by merge request #41