Search code examples
C++ object containing an array of char using unique_ptr...


c++c++11smart-pointersflexible-array-member

Read More
Struct with flexible array member and allocating memory for it...


cflexible-array-member

Read More
Array of zero length...


c++arraysvisual-c++flexible-array-member

Read More
GCC versions/flags and FAM...


c++gcccmakegnu-makeflexible-array-member

Read More
Printing address of struct members in flexible member array of structs...


cmemoryflexible-array-member

Read More
C++ struct array member without given dimension (flexible array member?)...


c++flexible-array-member

Read More
Alternative to flexible array member, without dynamic memory allocation...


carraysflexible-array-member

Read More
Flexible array members can lead to undefined behavior?...


clanguage-lawyerundefined-behaviorflexible-array-member

Read More
Is it legal to implement inheritance in C by casting pointers between one struct that is a subset of...


cinheritancelanguage-lawyerflexible-array-memberpointer-conversion

Read More
Portable alternative for packed structures with a flexible array member...


c++gccflexible-array-memberpacked

Read More
Can I "over-extend" an array by allocating more space to the enclosing struct?...


carrayslanguage-lawyerundefined-behaviorflexible-array-member

Read More
Using the sizeof operator in the initialization of a struct with a flexible array...


carraysstructsizeofflexible-array-member

Read More
How do I correctly assign a struct containing an array of int to an array of struct?...


carraysstructflexible-array-member

Read More
Varying the Size of a Structure?...


cstructureflexible-array-member

Read More
Is it possible to have a std::vector of struct with a fexible array member?...


c++c++11vectorflexible-array-member

Read More
How does an array of structures with flexible array members behave?...


carraysstructflexible-array-member

Read More
Is it legal to create a flexible array member of size zero?...


cstructc99flexible-array-member

Read More
Flexible array member not getting copied when I make a shallow copy of a struct...


cstructshallow-copyflexible-array-member

Read More
What are the differences between Variable Length Arrays and Flexible Array Member?...


cc99variable-length-arrayflexible-array-member

Read More
Internal mechanism of sizeof in C?...


cgccsizeofflexible-array-member

Read More
How to partition and use heap memory allocated en masse with Rust?...


memory-managementrustflexible-array-member

Read More
What is the most portable way to store both integers and generic pointers in C?...


cpointersstructvoid-pointersflexible-array-member

Read More
Using the struct itself in the definition of struct in C++...


c++arraysflexible-array-member

Read More
C++ 'substitute' for structure with a flexible array member...


c++carraysflexible-array-member

Read More
How to access array of flexible arrays in cache friendly manner?...


carraysc99dynamic-arraysflexible-array-member

Read More
Is it possible to write a "complete" C++ class with Zero Length Array member?...


c++stlflexible-array-member

Read More
Issue with devm_kzalloc...


clinux-kernellinux-device-driverflexible-array-member

Read More
flexible array in C and dereferencing type-punned pointer error...


cstrict-aliasingflexible-array-member

Read More
Allocate memory for flexible array in structure...


carraysmalloccallocflexible-array-member

Read More
How to send array by value to function in c?...


cflexible-array-member

Read More
BackNext