Search code examples
Weird behaviour in C when hex value(over 0x7f) is assigned to (signed) char...


ccharhexunsignedsigned

Read More
How to evaluate –2147483647–1U in C (32 bit program using two's complement arithmetic)?...


cbitunsignedsigned

Read More
Intel haxm version 7.2 not digitally signed?...


androidsignedhaxm

Read More
Parser for signed overpunch values?...


c#asp.net.netcobolsigned

Read More
C++ convert hex string to signed integer...


c++integerhexsigned

Read More
What happens if I assign a negative value to an unsigned variable?...


c++type-conversionintegerunsignedsigned

Read More
What is the difference between “int” and “uint” / “long” and “ulong”?...


c#typesintegerunsignedsigned

Read More
How to hit google geocoding api with signed request through GeoApiContext?...


google-mapsunsignedsignedreverse-geocodinggoogle-geocoding-api

Read More
How to make an unsigned to signed number, and reverse in verilog...


verilogriscvunsignedsigned

Read More
Why is char distinct from signed char and unsigned char?...


c++c++11charsignedtype-traits

Read More
rust signed difference of unsigned integers...


rustunsignedsigned

Read More
How do I add a signed integer to an unsigned integer in Rust, checking for unsigned overflow?...


rustunsignedsigned

Read More
FusionAuth support for signed and encrypted assertions...


encryptionassertionsignedfusionauth

Read More
How to convert signed to unsigned integer in python...


pythonintegerunsignedsigned

Read More
What is the safest and most well-defined way to perform narrowing type conversions with signed integ...


ctype-conversionportabilitysignedtype-narrowing

Read More
can 'fast' type prevent conversion from int to uint?...


ctype-conversionsignedstdint

Read More
Is this bitwise conversion safe?...


c++bit-manipulationsignedunsigned-integer

Read More
Why is 0 < -0x80000000?...


cconstantssignednumeric-limitsnumeric-conversion

Read More
Programmatically determining max value of a signed integer type...


coverflowsigned

Read More
Work arounds to printing negative zero in tcl...


formattingtclsigned

Read More
Are types 'int' or 'long', 'char', etc. always signed in C and C++?...


c++cunsignedsigned

Read More
Converting from 8 bit to 16 bit...


signedtwos-complement

Read More
Comparison operation on unsigned and signed integers...


cgccunsignedsigned

Read More
Unsigned hexadecimal constant in C?...


cconstantshexunsignedsigned

Read More
Detecting signed overflow in C/C++...


c++cundefined-behaviorsignedinteger-overflow

Read More
How do the augmented assignment operators in C behave when the signedness of the operands do not mat...


clanguage-lawyerunsignedsignedaugmented-assignment

Read More
how does c compiler handle unsigned and signed integer? Why the assembly code for unsigned and signe...


cassemblysignedtwos-complementsignedness

Read More
Python code doesn't work like it does in C++...


pythonc++modulosigned

Read More
Python - Is there a method to calculate the signed area of a polygon?...


pythonmethodspolygonareasigned

Read More
Why does -INT_MIN = INT_MIN in a signed, two's complement representation?...


c++cbinarysignedtwos-complement

Read More
BackNext