Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Can unsigned integer incrementation lead to undefined defined behavior?

Why is [static N] not enforced at compile-time?

c arrays language-lawyer c99

Struct alignment safe use

Pass by reference in C99

pass-by-reference c99

Can't initialize static structure with function pointer from another translation unit?

c c99 c89

Why does the standard let functions that don't return compile?

c c99

Improving the performance of Matrix Multiplication

Implicit declaration in C

Why doesn't GNOME use C99?

c coding-style c99 gnome c89

Getting stuck in usleep(1.)

c gcc c99

C struct initialization with C99 - Is mixing named and unnamed members valid?

Why does the IAR compiler get stuck?

c compilation embedded c99 iar

#including <alsa/asoundlib.h> and <sys/time.h> results in multiple definition conflict

gcc compiler-errors x86 c99 alsa

Is it correct C99 that you don't need to specify arguments in function pointer declarations in structs?

c function-pointers c99

Using __thread in c99

c multithreading c99

Is there any way for a compound literal to have variable length in c99?

c c99 compound-literals

Compund literals storage duration in C

Why doesn't the compiler detect and produce errors when attempting to modify char * string literals?

c standards c99 c11

When to use variable length array in C, but when a dynamic allocation?

c arrays malloc free c99

error: unknown conversion type character 'l' in format - scanning long long

c scanf c99