Hi
I just learned bitshifts and I was wondering whether it is possible to read bits and to convert them into a string.
Regards
Jamil
|
Mentor
|
![]() |
| 10Apr2010,14:46 | #2 |
|
Yes it is.
|
|
Newbie Member
|
|
| 12Apr2010,18:39 | #3 |
|
How would someone go about doing it?
|
|
Go4Expert Member
|
|
| 13Apr2010,17:48 | #4 |
|
This takes 12 in dec, 2 is the base to be used (binary) and is then stored in the str array. Code: CPP
Last edited by SaswatPadhi; 16Apr2010 at 11:08.. Reason: Missing CODE tag |


