|
|
| Welcome to the Monastery | |
| PerlMonks |
RE: RE: RE: RE: There can be only one!by base_16 (Beadle) |
| on May 23, 2000 at 02:17 UTC ( [id://14322]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
okay,
1 = 00000001
2 = 00000010
3 = 00000011
4 = 00000100
and so on......
if you did
2<<3, you would shift 2 3 bits......
so you would have 10000, or 16.
In Section
Obfuscated Code
|
|
||||||||||||||||||||||||