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
Will value ever be 0 after shifting by "x <<= 1" repeatedly?
Nov 09, 2022
c
bit-shift
C/C++: Multiply, or bitshift then divide? [duplicate]
Aug 27, 2022
c++
c
multiplication
bit-shift
What is the best way to combine two uints into a ulong in c#
May 09, 2022
c#
bit-shift
uint
ulong
How to bitwise shift in VB.NET?
Sep 25, 2022
vb.net
operators
bit-manipulation
bit-shift
Java results differ for (int)Math.pow(2,x) and 1<<x
Oct 28, 2022
java
bitwise-operators
bit-shift
circular left shift of an array by n positions in java
Apr 14, 2022
java
arrays
bit-shift
find if a number is divisible by 8 - using bit shifting operators
Nov 05, 2022
bitwise-operators
bit-shift
Store an int in a char buffer in C and then retrieve the same
Aug 30, 2022
c
bit-manipulation
bit-shift
Weird result of Java Integer left shift
Aug 21, 2022
java
bit-manipulation
bit-shift
Is (int32_t) 255 << 24 undefined behavior in gcc (C++11)?
Oct 22, 2022
c++
c++11
language-lawyer
undefined-behavior
bit-shift
Why does -1 >> 1 and 0xFFFFFFFF >> 1 produce different results?
Mar 09, 2022
c
bitwise-operators
bit-shift
Implicit conversion: is the following warning valid?
Oct 25, 2022
c++
language-lawyer
bit-shift
integer-promotion
unsigned-long-long-int
What does the C standard say about bitshifting more bits than the width of type?
Oct 25, 2022
c
bit-shift
c++ bit shifting a float
Aug 31, 2022
c++
bit-shift
Java Bit Manipulation - What does (num >>= 1) do?
Apr 13, 2019
java
bit-manipulation
bit-shift
Combine two bytes to short using left-shift
Jun 10, 2019
c#
casting
bit-shift
Are there any good reasons to use bit shifting except for quick math?
Sep 02, 2019
bit-manipulation
bit-shift
Bitwise operations and shifts
Nov 02, 2022
c
bit-manipulation
bitwise-operators
twos-complement
bit-shift
Shift Operators in C++
Feb 27, 2022
c++
operators
bit-shift
Why does this bitwise shift-right appear not to work?
Oct 30, 2022
c
bit-manipulation
bit-shift
binary-operators
not-operator
« Newer Entries
Older Entries »