Newbetuts
.
New posts in c11
Is int main() { } (without "void") valid and portable in ISO C?
c
language-lawyer
c99
c11
A pointer-to-a-VLA-typed controlling expression in a _Generic expression
c
c11
variable-length-array
How to extract the source filename without path and suffix at compile time?
c++
c
c++11
c++14
c11
Does any C library implement C11 threads for GNU/Linux?
c
multithreading
c11
What is the default C -std standard version for the current GCC (especially on Ubuntu)?
c
ubuntu
gcc
c99
c11
Multi-Threading support in c11
c
multithreading
c11
C11 GCC threads.h not found?
c
multithreading
c11
What is C17 and what changes have been made to the language?
c
gcc
iso
c11
c17
Why does "noreturn" function return?
c
assembly
c11
function-call
noreturn
Use memcpy_s in c++ [duplicate]
c
gcc
clang
c11
tr24731
Operator precedence table for the C programming language
c
operator-precedence
c11
Incompatible pointer types passing in _Generic macro
c
macros
printf
clang
c11
Does &((struct name *)NULL -> b) cause undefined behaviour in C11?
c
language-lawyer
c11
offsetof
Printing null pointers with %p is undefined behavior?
c
language-lawyer
c99
undefined-behavior
c11
Why does auto a=1; compile in C?
c
auto
c11
Why does "sizeof(a ? true : false)" give an output of four bytes?
c
boolean
sizeof
conditional-operator
c11
Syntax and Sample Usage of _Generic in C11
c
generics
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
Prev