Search code examples
How to negate a positive integer in C without * or - operators?...

cintegerbitwise-operatorsbitoperation

Read More
Generating a random number with specified bit length?...

javaandroidrandombit-manipulationbit

Read More
Do any other languages support bitstrings other than Erlang?...

erlangbitbitstring

Read More
Why is ~x = -x -1...

bitwise-operatorsbit

Read More
Binary String Question to find maximum power of 2...

c++stringmathbit

Read More
How to save memory taking advantange of unused bits?...

cmemorybit-manipulationbitwise-operatorsbit

Read More
Converting integer to bits: TypeError: string indices must be integers - Python3...

pythonpython-3.xintegerbit

Read More
Bit Shifting: Shift Count >= Width Of Type...

ccompilationbitcompiler-warningsbit-shift

Read More
Two's Complement Representation of int16_t...

cbittwos-complementuint16

Read More
I need a little explaination on this bitwise puzzle...

cbit-manipulationbitbit-shift

Read More
Extract certain bits from A and replace only those extracted bits in B at a certain position...

cbit-manipulationoperatorsbitwise-operatorsbit

Read More
Why does this 8 bit binary (100000010) stayed the same using XOR operation when masking?...

mathbit-manipulationbit

Read More
Why is 1<<3 + 1<<4 = 256?...

pythonbinarybit-manipulationbitboolean-algebra

Read More
Turn off the rightmost set bit...

c++bit

Read More
are bits in structs guaranteed to be contiguous?...

c++structbit

Read More
The showbits() function...

cbit

Read More
How to convert a byte to the correct decimal representation?...

rustasciibit

Read More
Lookup table for counting number of set bits in an Integer...

hashmapbitlookup-tables

Read More
Decltype(0.5) x = 5; makes x *Double* rather than *Float*. Why?...

c++typescastingbit

Read More
Extracting Manufacture date from Hex in vb.net...

stringvb.netdatebit

Read More
What does 0xff <<n do in Java?...

javafile-iobit-manipulationoperatorsbit

Read More
What USEFUL bitwise operator code tricks should a developer know about?...

language-agnosticbit-manipulationbit

Read More
Parity of integer with arbitrary bits in python...

pythonbitparity

Read More
Confusion with 1's compliment binary representation...

pythonbinarybitcomplementones-complement

Read More
How to convert bytes from uint64_t to double?...

c++bitconverters

Read More
If a C signed integer type is stored in 22 bits, what is the smallest value it can store?...

cbit

Read More
c# - fastest method get integer from part of bits...

c#arraysperformancebit

Read More
Flip least significant one-bit by using negation of a size_t...

c++bit-manipulationbit

Read More
Shifting and Masking Binary Bits...

bitmasking

Read More
Comparing bit representation of objects in Python...

pythonhashbit

Read More
BackNext