Search code examples
std::make_unique with placement new...


c++new-operatorunique-ptrvariable-length-arrayflexible-array-member

Read More
Why does static initialization of flexible array member work?...


cgccstructinitializationflexible-array-member

Read More
Why is this initialization of a structure with a flexible array member invalid but valid with an fix...


cstructinitializationlanguage-lawyerflexible-array-member

Read More
2-dimensional array in a struct in C...


cmultidimensional-arrayc99flexible-array-member

Read More
Why more memory (than being required) is allocated to a struct with flexible array member in cfg8021...


cstructlinux-kernelflexible-array-member

Read More
Comparing 2 pointers to a struct with a flexible array member...


carraysstructlanguage-lawyerflexible-array-member

Read More
What's the need of array with zero elements?...


cstructureflexible-array-member

Read More
Flexible Array Member (Zero Length Array)...


carraysstructflexible-array-member

Read More
“Array” of struct with flexible array member...


ccastingc99flexible-array-member

Read More
sizeof() a struct with a zero length array member...


cgccsizeofc99flexible-array-member

Read More
How can I initialize a flexible array in rodata and create a pointer to it?...


cflexible-array-memberstorage-duration

Read More
Is returning a struct with flexible array member allowed?...


carrayslanguage-lawyerflexible-array-member

Read More
Flexible array member of unnamed struct...


clanguage-lawyerflexible-array-member

Read More
Change of flexible array into pointer...


cmisraflexible-array-member

Read More
Updating a variable's value in a struct cause another variable from the same struct to be modifi...


cstructmallocflexible-array-member

Read More
Invalid use of flexible array member (Not as the others)...


carraysstructflexible-array-member

Read More
How to allocate an array of structs with flexible array members comformingly?...


clanguage-lawyerflexible-array-member

Read More
How to push and pop a void pointer in C...


carraysvoid-pointersflexible-array-member

Read More
Multiple structures in a single malloc invoking undefined behaviour?...


clanguage-lawyerc89flexible-array-member

Read More
Adding elements to Flexible Array Members...


cflexible-array-member

Read More
How can i put two flexible array in a single struct?...


carraysflexible-array-member

Read More
Flexible array of flexible arrays in C...


carraysflexible-array-member

Read More
Allocating contiguous memory to contain multiple structs with flexible array members...


cmemoryflexible-array-member

Read More
MSVC struct layout changes when wrapping flexible array in anonymous struct?...


c++visual-c++flexible-array-memberanonymous-struct

Read More
flexible array member in a nested struct...


cstructflexible-array-member

Read More
A struct that contains an array of char arrays...


c++arduinoflexible-array-member

Read More
Should one be using macros instead of flexible array members?...


cmacrosflexible-array-member

Read More
initialising structs and passing by reference...


cstructflexible-array-member

Read More
If a compiler defines __STDC_NO_VLA__, does it still have to support flexible array members?...


clanguage-lawyerc11variable-length-arrayflexible-array-member

Read More
Unsized array declaration in a struct...


carraysflexible-array-member

Read More
BackNext