Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

Inconsistent C99 support in gcc and clang

String input using C scanf_s

c string scanf c11 tr24731

Is this a C11 anonymous struct?

c struct c11 anonymous-struct

Does C++11 support new features of C11?

c++ c c++11 c11

Is `*` (the asterisk) a keyword in C11?

Struct type aliasing / tagged-union without union

c language-lawyer c11

DMB instructions in an interrupt-safe FIFO

c gcc assembly c11 atomic

Is it worse in any aspect to use the CMPXCHG instruction on an 8-bit field than on a 32-bit field?

extern "C" static array function parameter

c++ c c99 c11

About the array subscripting operator

c arrays subscript c11

Declarators semantics in C99

c c99 c11

Does pointer equality imply integer equality?

Is it legal to access struct members via offset pointers from other struct members?

C11 Unicode Support

c unicode c11

C11_Generic deduces true and false as integers

c generics 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