Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

How do you convert a single surrogate character without a pair into its UTF-8 equivalent?

c utf-8 c99 surrogate-pairs

GCC : undefined reference to "__asan_init_v1"

gcc cmake c99

How can I share a const char array between two source files gracefully?

c c99 c11

realloc memory in string array in C

c c99 strcpy

How do strings work in C?

c string c99 ansi-c

Functions with empty parameter list in C99 is not compatible with C++98?

c++ c gcc c99 c++98

Struct variable alias

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