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-manipulation
~0 vs. !0 vs. 1 in C
Jul 17, 2026
c
bit-manipulation
How does the formula x & (x - 1) works?
Jul 17, 2026
math
assembly
binary
bit-manipulation
arithmetic-expressions
bit masking (char)(0xFFFFFFB8 & 0xFF) doesn't work in c
Jul 16, 2026
c
bit-manipulation
PHP: Combine Two 16-bit Integers into a 32-bit integer
Jul 16, 2026
php
bit-manipulation
Bit shifts in C
Jul 16, 2026
c
bit-manipulation
Single bit manipulations with guaranteed atomicity
Jul 15, 2026
c++
multithreading
bit-manipulation
atomic
Removing enum flags
Jul 14, 2026
c#
enums
bit-manipulation
Right shift (Division) -> ROUND TOWARD ZERO
Jul 10, 2026
c
bit-manipulation
unsigned to signed conversion, what happens at the bit level? [duplicate]
Jul 11, 2026
c++
integer
bit-manipulation
How do I do bit operations on a struct?
Jul 09, 2026
c++
struct
bit-manipulation
conversion-operator
GIven two binary numbers, copy a subset from one to another
Jul 09, 2026
c++
c
binary
bit-manipulation
can't == be used instead of unary & to check if two values are equal
Jul 08, 2026
java
boolean
bit-manipulation
operator-keyword
Use a uint32_t to store four separate uint8_t values
Jul 07, 2026
c
bit-manipulation
unsigned-integer
Android bitwise xor error in OpenCV
Jul 07, 2026
android
opencv
bit-manipulation
xor
bitwise-xor
Computing the absolute value of an n-bit 2's complement number
Jul 04, 2026
java
bit-manipulation
twos-complement
absolute-value
What is the trick in pAddress & ~(PAGE_SIZE - 1) to get the page's base address
Jul 04, 2026
c++
c
bit-manipulation
64 bit negative integers in two's complement form
Jul 03, 2026
c
bit-manipulation
bignum
Can I reinterpret_cast the parameter of a constexpr function?
Jul 03, 2026
c++
compiler-errors
bit-manipulation
c++17
constexpr
Decide if X is at most half as long as Y, in binary, for unsigned ints in C
Jul 03, 2026
c
bit-manipulation
Older Entries »