Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

C11 compiler conformance comparison

c c11 standards-compliance

Are there any C99 compilers where with default settings -1>>1 != -1?

c++ c c99 bit-shift c11

What does "type domain" and "real type" mean?

c types language-lawyer c11

What is the purpose of restrict in tmpfile_s?

Complete encapsulation without malloc

Add zero arguments function to _Generic macro

c gcc macros clang c11

Can I read an atomic variable without atomic_load?

c multithreading c11

Difference between __atomic_load_n and __atomic_load

c atomic c11

C11 thread-safety with respect to functions that return pointers to static buffers

How to understand atomics in a freestanding C or C++ implementation? [closed]

c++ c c++11 c11

Is cast of pointer to anonymous union valid in C11?

c c11

C macro _Generic gives unexpected compiler error

c c-preprocessor c11

Aggregate initialization, set member pointer to same struct member

c++ c struct c11 c++20

sleep function in C11

c sleep c11

Applying alignas() to an entire struct in C

c c11

Is there any way to slip a _Static_assert into an expression in ISO C11?

c c11

Why is there no 'aligned_realloc' on most platforms?

What is the rationale for one past the last element of an array object?

c c11

S_IFMT and S_IFREG undefined with -std=c11 or -std=gnu11

c gcc posix stat c11

Is it possible to include a C header using C11 atomics without modification in C++?

c++ c atomic c11