Puckdropper
You can bitshift 0 as much as you want
Wed Apr 13, 2022 4:49am
73.51.27.215
It's still 0.
Or should you be bitshifting 01011010? (Ascii for Z, comics "sleep.")
There's a bitshifting joke in there I'm not clever enough
-
Erik_,
Mon Mar 28 2022 11:35pm
to come up with... Here's ...uh.. something... #include <iostream> int main() { unsigned char nemb[6] = "NEMB"; unsigned char sleep[6] = "Sleep"; std::cout > sleep[i]; } std::cout Output: SleepNEMB out: I guess NEMB >> Sleep = nothing? lol
You can bitshift 0 as much as you want-
Puckdropper,
Wed Apr 13 2022 4:49am
Click here to receive daily updates
"Forces act when not restrained"
- Puckdropper