Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

Is there any distinction between using function or pointer to function notation?

Creating a counter with atomic_fetch_add_explicit

c atomic c11

Using VLAs in a C++11 environment

Enforce struct size alignment

c memory-alignment c11

I can't find this segmentation fault

c c11

Why is stdbool.h deprecated? [closed]

c c11 stdbool

How to discard the designator of a void expression?

c language-lawyer c11

Given a pointer to a structure, can I assign the structure the result of an aggregate-initializer in one line?

Can a designated initializer legally refer to the variable it's initializing in C99?

Are conformant array parameters VLAs?

How can I share a const char array between two source files gracefully?

c c99 c11

Is function pointer type in _Generic assoc-list not working as expected?

c generics macros types c11

What is the advantage of specifying two types when creating a typedef'd struct?

Why doesn't the compiler give a conflicting error?

c variables gcc structure c11

(Where) does the C standard define the result of adding/subtracting two booleans?

How come that in C declaring a variable between a function name and the function block compiles as valid? [duplicate]

c c11 function-definition

Why `gets_s()` still isn't implemented in GCC (9.3.0)?

c gcc c11 gets

Can C11 _Generic be used with no arguments?

c macros c11