in reply to Re^2: How to convert between decimal and binary for negative numbers?
in thread How to convert between decimal and binary for positive/negative numbers?
But I was trying to get a solution for small negative numbers, no more than -127 which is the limit of 8 bit int.
If you want to pack 8-bit numbers, do not use 32-bit templates; nor 'B32'.
Think! read, and think again.
(Hint:8-bit signed numbers; 'B8' and 'c'...)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to convert between decimal and binary for negative numbers?
by thanos1983 (Parson) on Sep 18, 2014 at 22:01 UTC |