Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ansi-c

string array conversion

c ansi-c

What is the behavior of C89 with respect to integer division of two negative numbers: round up, round down or not defined?

string array initialisation

c string pointers ansi-c

How is the size of a variable length array computed at runtime in C99?

Should I use "-ansi" or explicit "-std=..." as compiler flags?

c c89 compiler-flags ansi-c

All struct identifiers are automatically forward declared

Are there any differences between ANSI C and ISO C?

c standards c99 c89 ansi-c

Error: initializer element is not computable at load time

c gcc ansi-c gcc-pedantic

Multi-Dimensional Arrays in C: are they jagged?

Who defines C operator precedence and associativity?

ANSI C vs other C standards

c gcc ansi-c

What does static mean in ANSI-C [duplicate]

c static keyword ansi-c

String termination - char c=0 vs char c='\0'

Why doesn't ANSI C have namespaces?

c namespaces ansi-c

What is the difference between C, C99, ANSI C and GNU C?

c gcc c99 c89 ansi-c

How to convert an enum type variable to a string?

c++ c preprocessor ansi-c