Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

size limit of printf conversion specification

c printf c99 format-string

Can I inline a function partially/selectively?

c inline c99

Are there float and double types with fixed sizes in C99?

c floating-point c99

Strict aliasing in relation to aggregate or union types

Why are structs not allowed in equality expressions in C? [duplicate]

c standards c99 c11

C99 complex support with visual studio

Smart Pointer Implementation in C [duplicate]

c pointers smart-pointers c99

getting "implicit declaration of function 'fcloseall' is invalid in C99" when compiling to gnu99

c c99 clang

long double math library implementations?

c math c99 long-double

P99 and C99 vs C11

c c99 c11 p99

C preprocessor using the closing bracket of a parent macro

c macros c99 c-preprocessor

bizarre C statement [duplicate]

c c99

Initializer with constant expression having possible overflow in C99

Multiple definition of function in the same place

c c99 generic-programming

How people check nan and inf in C89

c floating-point nan c99 c89

What happens if two tasks try to access different parts of a struct at the same time (in c)?

c c99

double_t in C99

double c99

Is it legal to alias "const restrict" pointer arguments?

What is the purpose of void *array = *(void **) member + siz * (*p_n);

c protocol-buffers c99 c89

Are enums as bitfields implementation-defined types?

c language-lawyer c99