Search code examples
Why use #define DEF ((unsigned) -1) instead of #define 0xFFFFFFFF...


cc-preprocessorunsigned

Read More
Rotate left and back to the right for sign extension with (signed short) cast in C...


ccastingrotationunsignedsigned

Read More
What should happen to the negation of a size_t (i.e. `-sizeof(struct foo)`))?...


c++csizeofunsignedsize-t

Read More
Can I get a char* out of either signed char* or unsigned char*?...


c++stringcharunsigned

Read More
Binary file reading, convert 2 bytes to an unsigned short C...


cbinaryunsignedshort

Read More
Unsigned Integers to Floating Point in Java...


javaunsigned

Read More
How to pass unsigned bytes to SecretKeySpec()?...


javabyteunsigned

Read More
Number of bits required to store unsigned Int...


binarynumbersbyteunsignedbit

Read More
conversion of unsigned integer variable to signed variable...


cunsignedsigned

Read More
Using unsigned char instead of char because of its range...


csocketstcpcharunsigned

Read More
VHDL unnecessary value after (to_unsigned) conversion...


for-loopintegervhdlunsigned

Read More
C# - Type Sizes...


c#typessizeunsignedsigned

Read More
How do I find the minimum number of bits for unsigned magnitude and 2's compliment?...


binaryunsignedbittwos-complement

Read More
iOS : unsigned long with big factorial...


iosunsignedfactorial

Read More
Data type promotions during arithmetic operations: -1 < (unsinged int) 1 == false...


cunsignedinteger-promotion

Read More
warning: comparison between signed and unsigned integer expressions..how to solve it?...


c++integersizeunsignedsigned

Read More
Simulating unsigned number with a certain power of two max in java...


javabit-manipulationjnaunsigned

Read More
Can I change (unsigned) to (NSUInteger) or will it create problems?...


iosobjective-cunsignednsuinteger

Read More
C++ integer from string...


c++type-conversionunsigned

Read More
Why compiler is not giving error when signed value is assigned to unsigned integer? - C++...


c++variablescompiler-errorscompiler-warningsunsigned

Read More
Extract signed-ness of template type?...


c++templatesunsignedsigned

Read More
Loop - what is the safest variable to use as the index...


c++loopsmethodsintunsigned

Read More
How can I safely use a Java byte as an unsigned char?...


javacbit-manipulationunsigned

Read More
How do I convert an unsigned to uint64_t?...


cc99unsigned

Read More
Signed vs Unsigned comparison...


c++compareunsignedsigned

Read More
How do I byte-swap a signed number in C?...


cstandardsunsignedsigned

Read More
How to Add signed 8-bit from unsigned 16-bit?...


ccastingunsignedsigned

Read More
How the type of the result is decided based on type of operand?...


cintegerunsigned

Read More
Is this an unavoidable signed and unsigned integer comparison?...


c++castingunsignedsigned

Read More
How to assign string to unsigned char[] in c++...


c++castingunsigned

Read More
BackNext