Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in bit-shift
The difference between logical shift right, arithmetic shift right, and rotate right
Aug 31, 2022
bit-manipulation
bitwise-operators
bit
bit-shift
Right shifting negative numbers in C
Sep 15, 2022
c
bit-shift
negative-number
Why does it make a difference if left and right shift are used together in one expression or not?
Aug 31, 2022
c
operators
language-lawyer
bit-shift
integer-promotion
c get nth byte of integer
Nov 19, 2022
c
byte
shift
bit-shift
Is bit shifting O(1) or O(n)?
Sep 26, 2022
language-agnostic
big-o
cpu
hardware
bit-shift
Why does 11010100 << 1 equal 110101000, not 10101000?
Feb 24, 2022
java
bit-shift
Why use the Bitwise-Shift operator for values in a C enum definition?
Aug 31, 2022
c
enums
bitwise-operators
bit-shift
What do two left-angle brackets "<<" mean in C#?
Oct 23, 2022
c#
.net
operators
bitwise-operators
bit-shift
Java "Bit Shifting" Tutorial? [closed]
Aug 29, 2022
java
bit-manipulation
bit-shift
Why does left shift operation invoke Undefined Behaviour when the left side operand has negative value?
Aug 28, 2022
c++
c
language-lawyer
undefined-behavior
bit-shift
What does AND 0xFF do?
Aug 28, 2022
c
bit-manipulation
bitwise-operators
bit-shift
What good does zero-fill bit-shifting by 0 do? (a >>> 0) [duplicate]
Aug 27, 2022
javascript
operators
bit-shift
What is (x & 1) and (x >>= 1)?
Sep 27, 2022
c++
bit-manipulation
bitwise-operators
bit-shift
bitwise-and
warning: left shift count >= width of type
Apr 20, 2021
c
bit-manipulation
long-integer
bit-shift
Arithmetic bit-shift on a signed integer
Aug 26, 2022
c
bit-manipulation
bit-shift
What does a bitwise shift (left or right) do and what is it used for?
Aug 26, 2022
bit-manipulation
bitwise-operators
bit-shift
Why doesn't left bit-shift, "<<", for 32-bit integers work as expected when used more than 32 times?
Aug 25, 2022
c++
bit-shift
Bitwise operators and "endianness"
Aug 25, 2022
c
bit-manipulation
endianness
bit-shift
Java: Checking if a bit is 0 or 1 in a long
Aug 17, 2022
java
long-integer
bit-shift
Have you ever had to use bit shifting in real projects? [closed]
Aug 17, 2022
bit-manipulation
bit-shift
« Newer Entries
Older Entries »