Newbetuts
.
New posts in c99
Create statically-linked binary that uses getaddrinfo?
c
gcc
posix
c99
static-linking
Does the C preprocessor strip comments or expand macros first? [duplicate]
c
comments
c-preprocessor
c99
Is there any reason not to use fixed width integer types (e.g. uint8_t)?
c
integer
byte
sizeof
c99
C Complex Numbers in C++?
c++
c99
complex-numbers
How to use compound literals to `fprintf()` multiple formatted numbers with arbitrary bases?
c
c99
literals
compound-literals
c99 goto past initialization
c
gcc
c99
goto
In C99, is f()+g() undefined or merely unspecified?
c
c99
undefined-behavior
sequence-points
unspecified-behavior
Why is the fgets function deprecated?
c
file-io
gnu
c99
buffer-overflow
How does the compiler allocate memory without knowing the size at compile time?
c
arrays
memory
c99
variable-length-array
What is the default C -std standard version for the current GCC (especially on Ubuntu)?
c
ubuntu
gcc
c99
c11
Printf long long int in C with GCC?
c
gcc
printf
c99
Setting std=c99 flag in GCC
c
programming-languages
c99
Is there a GCC keyword to allow structure-reordering?
c
gcc
padding
c99
memory-alignment
Which C99 features are available in the MS Visual Studio compiler?
c
visual-studio
compiler-construction
c99
Is it a good idea to use C99 VLA compared to malloc/free?
c
c99
How to wrap printf() into a function or macro?
c
logging
c99
Why are there digraphs in C and C++?
c++
c
c99
digraphs
Is the behavior of subtracting two NULL pointers defined?
c++
c
c99
c89
state machines tutorials [closed]
c
c99
state-machine
What are the most useful new features in C99? [closed]
c
c99
Prev
Next