Search code examples
Is there a way to make Python interpret `~3` as an unsigned integer?...

binarytwos-complementunsigned-integernegationuint32

Read More
How to convert a hex string to signed integer in Python...

pythonpython-3.xtype-conversionsignedunsigned-integer

Read More
Calculate CRC32 in Kotlin (convert C# Code to Kotlin)...

kotlincrcunsigned-integercrc32

Read More
Intentional Overflow...

c++integer-overflowunsigned-integer

Read More
Negative value forced zero when assigned to uint16_t variable in C...

cgcctype-conversioncpu-architectureunsigned-integer

Read More
Unsigned int weird behavior with Loops in C...

cunsigned-integersigned-integer

Read More
How to declare an unsigned 32-bit integer?...

powershell32-bitunsigned-integer

Read More
What's a portable value for UINT_MIN?...

c++cunsigned-integer

Read More
why gl_VertexID is not an unsigned int?...

glslunsigned-integer

Read More
Is 0u defaulting to a signed int?...

cgcccomparisonsignedunsigned-integer

Read More
Why does input exceeding unsigned int cause data loss, but not for size_t on a 64-bit system?...

cunsigned-integersize-tdata-loss

Read More
C++ reading unsigned int values from byte buffer...

c++endiannessbit-shiftunsigned-integer

Read More
Is there a way to make the compiler raise an error instead of allowing unsigned int wrapping?...

c++unsigned-integer

Read More
Detecting if an unsigned integer overflow has occurred when adding two numbers...

cunsignedinteger-overflowunsigned-integer

Read More
Would there be any benefit of storing unix timestamp as unsigned integer?...

phpmysqlunix-timestampunsigned-integeryear2038

Read More
Is there a general approach for optimizing bitwise expressions that distinguish two arbitrary sets o...

bit-manipulationbitwise-operatorsunsigned-integerset-theory

Read More
Dealing with unsigned integers...

c++arraysunsigned-integerstatic-code-analysispvs-studio

Read More
Why does "left shift count >= width of type" seemingly kick in late?...

c++unsignedunsigned-integerinteger-promotion

Read More
64 unsigned integers in Lua 5.3/5.4 do not behave like in "Programming in Lua"...

luaunsigned-integer

Read More
Emulating signed integers using unsigned integers in C...

cintegerunsigned-integer

Read More
Binary to 16 Bit unsigned & 16 bit signed magnitude...

decimalunsigned-integersigned-integer

Read More
Why doesn't SQL Server support unsigned datatype?...

sqlsql-serversqldatatypesunsigned-integer

Read More
Unknown Output of C code...

cpointersundefined-behaviorunsigned-integer

Read More
How to loop over 0 .. v.len() - 1 when v might be empty?...

rustinteger-overflowunsigned-integer

Read More
Clang gives me a warning of signedness change, however the code still produces correct output...

c++clangcompiler-warningsimplicit-conversionunsigned-integer

Read More
Safe countdown loop...

cfor-loopreverseunsigned-integer

Read More
Converting a negative number created by toHexString back to an int in Java...

javaintegerhexunsigned-integer

Read More
How does masking work with int/Integer in java?...

javabytejavacunsigned-integer

Read More
Fixed Point Binary Multiplication Over Flow Problem...

numberscomputer-scienceunsigned-integerfixed-point

Read More
Is this bitwise conversion safe?...

c++bit-manipulationsignedunsigned-integer

Read More
BackNext