Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

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

Why are uintptr_t and intptr_t optional types in the C (and C++) standard?

c++ c c++11 c99

Does comma separators in type definition in C guarantee the order?

c c99 c11

Why are typedef identifiers allowed to be declared multiple times?

c typedef c99 c11

Is "*p = ++(*q)" undefined when p and q point to the same object?

Where is <inttypes.h> in Visual Studio 2005?

c++ visual-studio-2005 c99

What technical disadvantages do C99-style VLAs have? [closed]

All struct identifiers are automatically forward declared

Best way to compare two int arrays of the same length?

c arrays compare int c99

What is wrong with using turbo C?

c c99 turbo-c

Operators indirectly forbidden (or not?) in defining integer constant expressions (in C)

c syntax c99 language-lawyer

Can a int16_t to int conversation result in implementation-defined behavior?

Taking address of temporary (compound literal) parameter in C

Are there any differences between ANSI C and ISO C?

c standards c99 c89 ansi-c

Cleaning up C/C++ code reveals problems with variadic macros

c++ c macros c99 variadic-macros

NULL function pointers

c++ c c99

Using restrict with arrays?

How to enforce C89-style variable declarations in gcc?

c visual-c++ gcc c99 c89

Do C99 signed integer types defined in stdint.h exhibit well-defined behaviour in case of an overflow?

During C macro expansion, is there a special case for macros that would expand to "/*"?

c macros c-preprocessor c99