Search code examples
Bit-Fields in C/C++: what is guaranteed, what is implementation-defined?...

cbit-fieldsimplementation-defined-behavior

Read More
Characteristics of bit-Fields in C++...

c++language-lawyerbit-fieldsimplementation-defined-behavior

Read More
Why the output is 4 and not 16 in this C code?...

cpointersbit-fields

Read More
In C, what does a colon mean inside a declaration?...

csyntaxbit-fields

Read More
What does 'unsigned temp:3' in a struct or union mean?...

c++csyntaxbit-fields

Read More
Using bitfield-structs in binary de-serialization: is layout guaranteed on GCC?...

cgccbit-fields

Read More
Assembly x86 MASM - Problem of extracting 5 bits from memory...

assemblyx86bit-manipulationmasmbit-fields

Read More
Is it safe to use -1 to set all bits to true?...

c++cbinarybit-fields

Read More
Create an Enum with a bitfield...

pythonenumsbit-fields

Read More
Am I using memcpy wrong?...

cmemcpybit-fields

Read More
Order of fields when using a bit field in C...

cgccbit-manipulationbitbit-fields

Read More
How can I access an element of a bit-field structure in C at runtime?...

cstructbit-fields

Read More
Reading/Writing Nibbles (without bit fields) in C/C++...

c++cbytebit-fields

Read More
type conversion from int to class behaving weirdly...

c++classtype-conversionbit-fieldsuint16

Read More
Packing bools with bit field (C++)...

c++structpragmabit-fieldspack

Read More
What is : operator in Embedded C...

cstructembeddedstm32bit-fields

Read More
Expanding 5-bit bitfields from a u32 into a u8[6] buffer, the most efficient way possible...

coptimizationx86bit-manipulationbit-fields

Read More
MSVC 1 bit enum type equals -1 and equality test fails...

c++visual-c++bit-fields

Read More
Inconsistent truncation of unsigned bitfield integer expressions between C++ and C in different comp...

c++clanguage-lawyerbit-fieldstruncation

Read More
Experimenting with Unions and Bitfields within a structures and templates...

c++templatesstructunionsbit-fields

Read More
difference between union of fields and union of structures...

c++structunionsbit-fields

Read More
problem representing a register with unions and bit fields...

c++structcpu-registersunionsbit-fields

Read More
gcc suppress warning "too small to hold all values of"...

c++gccenumsbit-fieldssuppress-warnings

Read More
How to assign value to a struct with bit-fields?...

c++bit-fields

Read More
Is left shifting unsigned int more than its bit field width, but less than its type size undefined?...

cundefined-behaviorbit-shiftbit-fieldsinteger-promotion

Read More
Separating bits in a bitfield...

cbit-fields

Read More
Reordering bit-fields mysteriously changes size of struct...

c++bit-fieldsstructure-packing

Read More
Why is the size of the union greater than expected?...

c++unionsbit-fields

Read More
How to construct 32-bit uint in Python using ctypes bit field?...

pythonendiannessbit-fields

Read More
Mask from bitfield in C++...

c++reflectionbit-fields

Read More
BackNext