Search code examples
What does (unsigned long)1 and *(unsigned long *) mean?...

ccastingfloating-pointtype-conversionbitwise-operators

Read More
Swift and Javascript different Bitwise calculation results...

javascriptswifthashbitwise-operators

Read More
What is the most portable way to read and write the highest bit of an integer in C?...

cbitwise-operators

Read More
What are 0x01 and 0x80 representative of in C bitwise operations?...

cbitwise-operators

Read More
Python bitwise operation on large binary strings...

pythonpython-2.7binarybit-manipulationbitwise-operators

Read More
SQL - Integer Type - Detect bit...

mysqlsqlbitwise-operators

Read More
Bitwise packing/unpacking - generalized solution for arbitrary values...

javascriptjavabitwise-operatorsbit-packing

Read More
difference between JavaScript bit-wise operator code and Python bit-wise operator code...

javascriptpythonbitwise-operatorsbit-shift

Read More
Enabling/disabling bitwise meaning in Unix serial programming...

cunixserial-portbitwise-operators

Read More
Counting the same positional bits in postgresql bitmasks...

postgresqlbinarybitwise-operatorsbit-shiftbitmask

Read More
Javascript & PHP Xor equivalent...

javascriptphpbitwise-operatorsxorradix

Read More
Bitwise complement operator (~) not working at a point in C...

bit-manipulationbitwise-operators

Read More
How bitwise shift operators are used to combine bytes into a larger integer...

c++bit-manipulationbitwise-operatorsbit-shift

Read More
How does ~5 return -6?...

javascriptbitwise-operatorsrepresentation

Read More
align macro kernel...

clinuxlinux-kerneloperatorsbitwise-operators

Read More
Unexpected behavior when computing the XOR between two signed 64-bit integers in python...

pythonbitwise-operatorsxor

Read More
Learning bitwise...

pythonpython-3.xbitwise-operators

Read More
Question on arithmetic right shift operator...

operatorsbitwise-operatorsbit-shift

Read More
Reversing the nibbles...

cbitwise-operators

Read More
cannot initialize a variable of type 'designFlags' with an rvalue of type 'int'...

c++enumsbitwise-operatorsflags

Read More
Subtract two numbers without using arithmetic operators...

cbitwise-operatorssubtraction

Read More
Bitwise shift returns unexpected value in Python...

pythonpython-3.xbit-manipulationbitwise-operators

Read More
How to convert any number to 1 or -1 with sign kept via bitwise operator?...

javascriptbitwise-operators

Read More
1 << 31 cannot be represented by type 'int'?...

cgccbit-manipulationbitwise-operatorssanitizer

Read More
Adding a byte to the first byte of an uint32...

cbit-manipulationbitwise-operators

Read More
How to combine two image byte[] arrays together quickly utilizing a mask array in C#...

c#image-processingbitwise-operators

Read More
Rust bitwise operations...

rustbitwise-operatorsbit-shift

Read More
Check if integer is 0 with two restricted operations...

cbit-manipulationbitwise-operators

Read More
Bitwise operators: How to check if source port is great than 32767 (0x7FFF)...

cbitwise-operators

Read More
a pythonic way of doubling consecutive binary bits...

pythonpython-3.xbit-manipulationbitwise-operators

Read More
BackNext