Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

Can C11 _Generic be used with no arguments?

c macros c11

If the next representable value after -0.0 is +0.0, then why nextafter(-0.0, INFINITY) does not return +0.0?

c floating-point c11 math.h c17

C union type punning arrays

c c99 c11

What are the rules for linking translation units in C11?

c linker c11

Flexible array member without having to be the last one

char16_t and char32_t endianness

declspec error when compiling clang's <noreturn.h> along with Windows headers

c windows clang c11 clang-cl

C11 _Generic() - How can I suppress gcc code evaluation (Error check) for selections which are not matching with selector

c gcc c11

Is pointer arithmetic still well defined after casting with alignment violation?

Can you cast a "pointer to a function pointer" to void*

Standard guarantees for using floating point arithmetic to represent integer operations

Purpose of atomic structures

c struct atomic c11

Can I return pointer to VLA?

How to build or get a original latest version of GCC for Windows?

The sequential consistent order of C++11 vs traditional GCC built-ins like `__sync_synchronize`

Header for scanf_s function

_Noreturn in a struct in c: error: expected specifier-qualifier-list before '_Noreturn'

c gcc c11 noreturn

Can c11's 'Generic' keyword be used within gcc _Static_assert

Verify macro argument size at compilation time

c sizeof bit-fields c11

Are the arguments of a C program guaranteed to be '\0'-terminated?

c security posix c11 execve