Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c89

Why doesn't GNOME use C99?

c coding-style c99 gnome c89

C89 and variable initialization

c c89 ansi-c

C89 determine size of int at preprocessor time

Is it valid to treat an extern global as const when the definition is not const? [duplicate]

Rationale for pre-C99 C not having initial declarations in for loops?

c c89 ansi-c

How to get SIZE_MAX in C89

c c89 size-t

Remainder operator in c89 and c99

c c99 c89

C89: signed/unsigned mismatch

size c89

Order of expression evaluation in C

c c89

Why FILE pointer need to be declared out main() in Visual Studio 2010?

c visual-c++ c89

Is it possible to make recursive type definition in C [duplicate]

c c89

C float literal translation

c gcc floating-point c89

How people check nan and inf in C89

c floating-point nan c99 c89

What is the purpose of void *array = *(void **) member + siz * (*p_n);

c protocol-buffers c99 c89

Getting one-dimensional arrays from a two-dimensional array

c arrays c89

How do I use a #defined constant as the max field width in fscanf?

c macros scanf c89

clear/truncate file in C when already open in "r+" mode

c fopen truncate c89

How to read UTF-8 string given its length in characters in plain C89?

c unicode c89

C89, Mixing Variable Declarations and Code

c visual-c++ gcc c89

Are there any well-established/standardized ways to use fixed-width integers in C89?

c bit-manipulation c89 ansi-c