Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

C Complex Numbers in C++?

c++ c99 complex-numbers

What are the semantics of C99's "restrict" with regards to pointers to pointers?

Is there a static_assert replacement which satisfies the C99 standard?

c++ c++11 c99 static-assert

How do I ensure lrint is inlined in gcc?

c++ c gcc 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