Newbetuts
.
New posts in c99
Flexible array member in C-structure
c
c99
flexible-array-member
What is the official status of C99 support in VS2013?
c
visual-studio
c99
Difference between uint8_t, uint_fast8_t and uint_least8_t
c++
c
integer
avr
c99
Printing null pointers with %p is undefined behavior?
c
language-lawyer
c99
undefined-behavior
c11
How to implement memmove in standard C without an intermediate copy?
c
c99
undefined-behavior
unspecified-behavior
Does the C standard consider that there are one or two 'struct uperms_entry' types in this header?
c
c99
What is the use of the `inline` keyword in C?
c
inline
c99
GCC with -std=c99 complains about not knowing struct timespec
c
posix
c99
timespec
C99 boolean data type?
c
types
boolean
c99
Compound literals in C: do they create duplicate copies?
c
optimization
struct
c99
compound-literals
How does the below program output `C89` when compiled in C89 mode and `C99` when compiled in C99 mode?
c
printf
comments
c99
c89
Can't understand this way to calculate the square of a number
c
arrays
pointers
c99
variable-length-array
What is the difference between C, C99, ANSI C and GNU C?
c
gcc
c99
c89
ansi-c
What does dot (.) mean in a struct initializer?
c
c99
designated-initializer
C99 inline function in .c file
c
c99
Standard alternative to GCC's ##__VA_ARGS__ trick?
c
c99
c-preprocessor
variadic-macros
func() vs func(void) in C99
c
c99
Realistic usage of the C99 'restrict' keyword?
c
gcc
c99
restrict-qualifier
bool to int conversion
c++
c
c99
Why does C++11 not support designated initializer lists as C99? [closed]
c++
c
c++11
initialization
c99
Prev
Next