Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

Error - 'for' loop initial declarations are only allowed in C99 or C11 mode

c c99 c11

Why doesn't the use of strictly conforming programs and conforming implementations ensure absolute portability?

Why open-std.org still lists C11 as the latest version of C?

c standards c11 c17

Is this a well-defined way to access bitfield bits by index in C11

C11 and (Free)RTOS comparision

c c11 freertos

_Generic parameter beyond minimum number of arguments

c generics overloading c11

Accessing struct element straight from function call in C

c gcc struct c99 c11

C standard - const qualification of struct members

What is the difference in atomic_load() and assignment?

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?