Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Is RAND_MAX guranteed to be <= UINT_MAX?

c c99

Memory allocation/reallocation question

c memory-management c99

OpenMP and C99 data

c openmp c99

Is re-using a structs own members in initialization reliable? (C99)

c c99

Can a designated initializer legally refer to the variable it's initializing in C99?

Are conformant array parameters VLAs?

C99 Standard - fprintf - s conversion with precision

c unicode c99

Why does gcc -ansi remove the declarations of cosf and the like?

c gcc c99 c89

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