Newbetuts
.
New posts in c99
What's the proper use of printf to display pointers padded with 0s
c
pointers
printf
c99
How universally is C99 supported?
c
c99
standards-compliance
Why was mixing declarations and code forbidden up until C99?
c
c99
c89
Signedness of enum in C/C99/C++/C++x/GNU C/GNU C99
c++
c
enums
c99
signed
C, reading multiple numbers from single input line (scanf?)
c
c99
scanf
Is int main() { } (without "void") valid and portable in ISO C?
c
language-lawyer
c99
c11
How to tell GCC that a pointer argument is always double-word-aligned?
c
gcc
alignment
c99
Good introduction to <inttypes.h> [closed]
c
printf
c99
Is there a document describing how Clang handles excess floating-point precision?
c
floating-point
clang
c99
extended-precision
Smart pointers/safe memory management for C?
c
memory
pointers
c99
smart-pointers
Anonymous union within struct not in c99?
c
gcc
struct
c99
unions
What is the difference between intXX_t and int_fastXX_t?
c
optimization
types
integer
c99
C variable declarations after function heading in definition [duplicate]
c
variables
freebsd
c99
c89
Declaring an array of negative length
c
arrays
gcc
c99
Does Microsoft visual studio 2010 support c99?
c
visual-studio
visual-studio-2010
c99
What are the incompatible differences between C(99) and C++(11)?
c++
c
c++11
c99
Which functions in the C standard library commonly encourage bad practice? [closed]
c
security
c99
standard-library
Does a[a[0]] = 1 produce undefined behavior?
c
language-lawyer
c99
undefined-behavior
Why are compound literals in C modifiable
c
c99
literals
lvalue
compound-literals
How to properly add hex escapes into a string-literal?
c
c99
Prev
Next