Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

What precautions should I take to make a memory pool that does not invoke undefined behavior?

C11 GCC threads.h not found?

c multithreading c11

C11 <thread.h> in GCC?

c gcc c11

How to go from fopen to fopen_s

c++ c windows c11 tr24731

How to extract the source filename without path and suffix at compile time?

c++ c c++11 c++14 c11

Are these compatible function types in C?

Is memcpy(&a + 1, &b + 1, 0) defined in C11?

c language-lawyer c11 gcc4.9

What are those strange array sizes [*] and [static] in C99?

What is the __STDC_VERSION__ value for C11?

c macros iso c11

Understanding the C11 type hierarchy

Latest changes in C11

c standards c11

difference between c99 and c11 [closed]

c c99 c11

How to enable c11 on later versions of gcc?

c gcc c11

Why does C++11 not support anonymous structs, while C11 does?

c++ c c++11 anonymous-types c11

Are there any plans for a future C standard after C11?

c iso c11

Does &((struct name *)NULL -> b) cause undefined behaviour in C11?

c language-lawyer c11 offsetof

Does any C library implement C11 threads for GNU/Linux?

c multithreading c11

When are anonymous structs and unions useful in C11?

c struct c11

Is type-punning through a union unspecified in C99, and has it become specified in C11?

c c99 unions c11 type-punning

What is the default C -std standard version for the current GCC (especially on Ubuntu)?

c ubuntu gcc c99 c11