Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Why can't gcc find the random() interface when -std=c99 is set?

c gcc random c99 c89

Allocating char array using malloc

c char malloc sizeof c99

Kernel's "container_of" - any way to make it ISO conforming?

Reasons not to use _Bool in Objective-C?

objective-c c99 boolean

Lifetime of temporary objects in C11 vs C99

c c99 c11

Why do some C standard headers begin with 'std' while others don't?

c c99 c89 c11

Forward declaration of inline functions

Declaring an array of negative length

c arrays gcc c99

Does C99 guarantee that arrays are contiguous?

c arrays pointers c99

Is it a good idea to use C99 VLA compared to malloc/free?

c c99

Does either ANSI C or ISO C specify what -5 % 10 should be?

c c99 modulo c89

How to tell GCC that a pointer argument is always double-word-aligned?

c gcc alignment c99

How to do an explicit fall-through in C

c gcc c99 gcc-warning

How to declare an inline function in C99 multi-file project?

c linker c99 inline-functions

Good introduction to <inttypes.h> [closed]

c printf c99

Are all pointers derived from pointers to structure types the same?

C type casts and addition precedence

c syntax c99

Enabling VLAs (variable length arrays) in MS Visual C++?

What does &(int) { 1 } mean in C++?

c++ c99

Forcing C99 in CMake (to use 'for' loop initial declaration)

c++ c cmake c99