Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Combine two designated initializers via a macro

Size of anonymous struct standard conformant?

c c99 c89 ansi-c

C union type punning arrays

c c99 c11

Flexible array member without having to be the last one

Implicit declaration of scandir; alphasort is undeclared

c c99 scandir

Question regarding the memory alignment offset multiple for Vertex buffer data when calling vkCmdBindVertexBuffers()

In C, is it true that PRId64 is defined if-and-only-if int64_t is available?

Converting unsigned to double to unsigned without loss of precision

What is the best way to represent characters in C?

c char character c99

extern declaration of array

How should I obtain the fractional part of a floating-point value?

c floating-point c99 floor libm

use pointer to single value as Array

c arrays pointers c99 c89

Is `void foo(int a[static 0]);` valid?

c language-lawyer c99

Tilde '~' operator on _Complex, what does it do? Is it an extension?

c c99 complex.h

Is it valid to check if a function is defined in C?

static_if in C99's preprocessor

c c99 c-preprocessor static-if

Is there a C compiler flag that allows case insensitivity?

GCC C99 Disable compilation of main() without return

c gcc c99

Clang's __has_builtin doesn't always work

Is accessing two volatiles in one statement is legal in newer C?

c c99 volatile iar