Search code examples
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
size and alignment of int bitfields...


c++language-lawyerbit-fieldsbit-packingstructure-packing

Read More
the size of a struct containing bitfields...


cpointersbit-fieldsstrict-aliasing

Read More
Is there a portable alternative to C++ bitfields...


c++bit-fields

Read More
CPP Enums as template flags...


c++enumsbit-fields

Read More
What is the best way to initialize a bitfield struct in C++?...


c++constructorstructinitializationbit-fields

Read More
merge bit fields across anonymous structs in C...


cgcccompiler-optimizationbit-fieldsanonymous-struct

Read More
How do I declare a bitfield format based an inherited type?...


adaunionsbit-fields

Read More
Does union of bit fields make any sense...


cunionsbit-fields

Read More
Is there a bit-equivalent of sizeof() in C?...


csizeofbit-fields

Read More
BackNext