Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compound-literals

Struct vs string literals? Read only vs read-write? [duplicate]

Initializing struct containing arrays

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

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

Where does the compound/string literals get stored in the memory?

Why can't I pass constant arrays as arguments?

Cryptic struct definition in C

What is the lifetime of compound literals passed as arguments?

c struct compound-literals

C - Creating an anonymous struct instance

c struct compound-literals

Why are compound literals in C modifiable

Compound literal and designated initializer warning from GCC but not Clang

static struct initialization in c99

c gcc struct compound-literals

Why use functions like CGRectMake?

Are compound literals Standard C++?

c++ c++14 compound-literals

C compound literals, pointer to arrays

c compound-literals