Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

GCC - Missing braces around initializer

c gcc c11

How to initialize a char array without the null terminator?

Use of comma in a typedef declaration?

c typedef c11

Undefined reference to memcpy_s

C11 threads on Windows

c++ windows multithreading c11

Do any c compilers implement any of the C1X features?

c compiler-construction c11

Iterating through a function's arguments by using a pointer to the first one

Obtaining a past-the-end pointer using the address of an array

std::wcstok in VS 2015

c c++11 visual-studio-2015 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