Search code examples
Initialize pointer to a struct with a compound literal...


cpointerscompound-literals

Read More
Using pointed to content in assignment of a pointer...


cvariable-assignmentc11compound-literals

Read More
How to properly pass an array as a function argument?...


carraysfunctionfunction-callcompound-literals

Read More
Compound literal pointer passed as argument in C...


cpointerscompound-literals

Read More
Reflecting inner struct in outer struct initialization...


carrayscompound-literals

Read More
What is the meaning of "p = (int[2]){*p};" line in C pointer?...


cpointerscompound-literals

Read More
Initialize Variable Inside Compound Literal...


cstructcompound-literals

Read More
Initializing a pointer to compound literals in C...


cpointerscompound-literals

Read More
Passing values directly as array to function in C...


carraysparameter-passingfunction-callscompound-literals

Read More
Given a pointer to a structure, can I assign the structure the result of an aggregate-initializer in...


cassignment-operatorc11aggregate-initializationcompound-literals

Read More
Any way to initialize a dynamically allocated structure?...


cstructinitializationcompound-literals

Read More
Why do I need to type cast when initializing a user-defined structure using pointer?...


cpointersstructurecompound-literals

Read More
How can I properly assign a value to an array (of structure type) element?...


carraysstructvariable-assignmentcompound-literals

Read More
Is it possible to pass a structure variable as a function argument without previously defining it?...


cstructurecompound-literals

Read More
Define new function, array, struct etc inside of parameter of function call...


carraysfunctionpointerscompound-literals

Read More
Why can't I pass constant arrays as arguments?...


cargumentsparameter-passingcompound-literals

Read More
Compound literals and function-like macros: bug in gcc or the C standard?...


cgccc-preprocessorc99compound-literals

Read More
Why are compound literals not part of C++ so far?...


c++ccompatibilityc99compound-literals

Read More
How to iterate over the compound literal array...


carrayssizesizeofcompound-literals

Read More
Cryptic struct definition in C...


cstructdesignated-initializercompound-literals

Read More
static struct initialization in c99...


cgccstructcompound-literals

Read More
Function for allocating arrays in other function in C...


carrayspointerscompound-literals

Read More
Compound literals for scalar types...


ccompound-literals

Read More
storage duration of compound literals...


ccompound-literals

Read More
Are compound literals Standard C++?...


c++c++14compound-literals

Read More
clang and gcc different behavior with compound literal...


cgccclangc99compound-literals

Read More
Assigning a compound literal to a struct with const fields...


cc99compound-literals

Read More
strategy to declare complex C structured const data?...


cembeddedc99literalscompound-literals

Read More
Why doesn't compound literals assignment work without a typecast...


cc99compound-literals

Read More
Need explanation of weird syntax...


iosobjective-ccompound-literals

Read More
BackNext