Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

What Can I Use Besides usleep in a Modern POSIX Environment?

c posix c99

what does a c compiler do when doesn't find the matching function

c function c99

What purpose does the declaration "int t[0];" serve?

c c99

Default argument promotions in C99 standard

Are C preprocessor statements a part of the C language?

c standards c99 c-preprocessor

Should one always cast printf parameters?

c c99

Code with and without -std=c99 produces different results (UMAC AE implementation)

c gcc c99 compiler-options

C Keil compiler uses malloc for local variables,why?

c malloc heap-memory c99 keil

Is logical negation of zero (!0) compiler dependent in C?

c c99 negation

Static hint in variable length arrays

c arrays c99

Variable Length Array with length 0?

How can I figure out what is the default standard used by my C compiler GCC ? [duplicate]

c gcc c99 c11 c89

ASM in C gives an error with -std=c99

c assembly c99 inline-assembly

Can't have label on mid-stream declaration in C?

c standards c99 goto

compare two equal array in c but output shows unequal

c arrays string pointers c99

Static variable in 'for' loop initial declaration

c static c99

std::remquo purpose and usage?

c++ c c++11 floating-point c99

implicit int and implicit declaration of functions with gcc compiler

c c99

Integer types in C

c int c99 c11

Which of these is the more portable way to set the maximum value of an unsigned integer?

c casting c99