Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

state machines tutorials [closed]

c c99 state-machine

What are the most useful new features in C99? [closed]

c c99

Is it possible to iterate over arguments in variadic macros?

Difference between uint8_t, uint_fast8_t and uint_least8_t

c++ c integer avr c99

Printing null pointers with %p is undefined behavior?

C99 boolean data type?

c types boolean c99

Are there machines, where sizeof(char) != 1, or at least CHAR_BIT > 8?

c char standards sizeof c99

Visual Studio support for new C / C++ standards?

Is "inline" without "static" or "extern" ever useful in C99?

c inline c99

C99 stdint.h header and MS Visual Studio

c++ c visual-studio c99

How does the below program output `C89` when compiled in C89 mode and `C99` when compiled in C99 mode?

c printf comments c99 c89

Printf width specifier to maintain precision of floating-point value

Can't understand this way to calculate the square of a number

Why does C++11 not support designated initializer lists as C99? [closed]

c++ c c++11 initialization c99

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?

bool to int conversion

c++ c c99

Standard alternative to GCC's ##__VA_ARGS__ trick?

Realistic usage of the C99 'restrict' keyword?

c gcc c99 restrict-qualifier

What is the behavior of integer division?

c math c99 c89 integer-division