List Question
20 TechQA 2015-06-24T08:46:33.047000Compound literals for scalar types
261 views
Asked by lord.garbage
How is assignments to compound literals useful?
715 views
Asked by klutt
Anonynous struct + compound literal results in lint error
347 views
Asked by Zack
Does the C11/C17 Standard allow the compiler to clobber compound literals' memory?
120 views
Asked by Willis Hershey
Return compound literal
389 views
Asked by Kassi
How to pass an array of pointer to structures to a function?
124 views
Asked by sigsegv
Is it possible (legal) to assign an anonymous union in a compound literal?
4.3k views
Asked by Steve
A portable C++ alternative to compound literals that is guaranteed to be free of heap allocation
293 views
Asked by gspr
Why are compound literals not part of C++ so far?
2.3k views
Asked by Destructor
Difference between string literal and const char[], or char[]
1.8k views
Asked by hgiesel
Initializing a dynamically allocated array with a compound literal
223 views
Asked by will r
How to initialize array of structures after declaration in C
975 views
Asked by user3649886
Reflecting inner struct in outer struct initialization
121 views
Asked by Lisek
Compound literal pointer passed as argument in C
1.1k views
Asked by funcs
Lifetime of a compound literal
384 views
Asked by Petr Skocik
C99 compound literal passed to function parameter and returned by the same function
171 views
Asked by Quentis
Fix gcc warnings with _Generic macro and compound literals
197 views
Asked by GGG