Newbetuts
.
New posts in c99
Enabling VLAs (variable length arrays) in MS Visual C++?
c
visual-c++
c99
c89
variable-length-array
Visual Studio support for new C / C++ standards?
c++
visual-studio
visual-c++
c++11
c99
Tentative definitions in C and linking
c
compilation
fortran
static-analysis
c99
Return value range of the main function
c
posix
c99
exit-code
C99 stdint.h header and MS Visual Studio
c++
c
visual-studio
c99
Best way to shift an array in C?
c
arrays
performance
c99
byte-shifting
Passing a multidimensional variable length array to a function
c
arrays
c99
Are prototypes required for all functions in C89, C90 or C99?
c
c99
c89
Is it possible to iterate over arguments in variadic macros?
c
foreach
c99
c-preprocessor
variadic
Is "inline" without "static" or "extern" ever useful in C99?
c
inline
c99
Is type-punning through a union unspecified in C99, and has it become specified in C11?
c
c99
unions
c11
type-punning
Are there machines, where sizeof(char) != 1, or at least CHAR_BIT > 8?
c
char
standards
sizeof
c99
Printf width specifier to maintain precision of floating-point value
c
floating-point
printf
c99
floating-point-precision
What is the behavior of integer division?
c
math
c99
c89
integer-division
Prev