Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Is there specific documentation for the behavior of "i=i--" in gcc?

SA_RESTART not defined under Linux, compiles fine in Solaris

linux solaris signals c99

Is the C part of the C++ library automatically C99?

c++ c c99 standard-library

Quickest way to get the position of the leading 1 in a bitset for an integer? [duplicate]

c++ c c++11 bit-manipulation c99

Placemarker and non-placemarker tokens in pre-processor?

c macros c-preprocessor c99

vsprintf() does not print warning when having more arguments then specified in format

Signals - c99 vs gnu99

c signals gnu c99

Should I deliberately inline functions across translation units in C99

c c99 inline-functions

Problems with CORDIC for Logarithm in C

c numerical-methods c99

Which gcc optimization flags should I use?

Are string literals necessarily considered adjacent (and thus concatenated) when separated by a newline?

c c99

Why is size_t in stddef and not stdint?

c types header c99 stdint

Clarification on integer constant expressions

c c99

How can I get character-accurate identifier cross-reference for C99 code?

Code giving compilation error in C99 mode [duplicate]

c c99

Is there an `alignof` implementation portable to standard C89 and C99?

Using VLAs in a C++11 environment

coding style aginst warning check

c while-loop c99 c89

Initialize block-scope static const variable with pointer to compound literal?