Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c89

Problem trying to use the C qsort function

c c89 qsort

Is omitting return statement undefined behaviour in C89 (aka ANSI C)?

c language-lawyer c89

What C program behaves differently in run-time when compiled with C89 and C99?

c language-lawyer c99 c89

ANSI C (ISO C90): Can scanf read/accept an unsigned char?

c gcc scanf c89

How to rewrite C-struct designated initializers to C89 (resp MSVC C compiler)

Are all of the features of C99 also in C++?

c++ c c99 c89

Does ANSI-C not know the inline keyword?

c inline c89

Is returning va_list safe in C?

c c99 c89 variadic-functions

"int" really required to be at least as large as "short" in C?

c standards c99 c89

What parts of C are most portable?

c lua portability c89

Why can't I "goto default;" or "goto case x;" within a switch selection structure?

c c99 c89 c11

Is it legal and well defined behavior to use a union for conversion between two structs with a common initial sequence (see example)?

c++ c c99 unions c89

Forward declare FILE *

Valid programs in C89, but not in C99

c language-lawyer c99 c89

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

c gcc random c99 c89

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

c c99 c89 c11

A good C equivalent of STL vector?

c c89

K&R Exercise 1.16 - Limitation on line length

c kernighan-and-ritchie c89

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

c c99 modulo c89

Using M_PI with C89 standard

c math c89