Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Would it be safe to do swap by "b=(a+b)-(a=b);"?

c c99 c89

__inline functions vs normal functions in C

c inline c99

_Bool data type of C99

c boolean c99

Logic programming in C

Ensure enum name uniqueness in C without adding long prefix

c enums c99

float_t and double_t format specifiers

How do I get the UTC offset for __TIME__?

time c99

Is there any real life example of optimization benefit in case of passing const parameter by value ?

c optimization constants c99

-Wmissing-field-initializer when using designated initializers

Matrix not zero-filled on declaration

c gcc codeblocks c99 c89

How to avoid overflow in fast modular exponentiation

c c99 integer-overflow

Conflicting anonymous forward declaration in header

Replace nested functions

c c99 nested-function

Restricted pointer questions

How to eliminate the "discard qualifier" warning?

c gcc c99 suppress-warnings

C99: Is it possible to portably determine if two pointers point within the same aggregate?

Is gcc doing implicit function declarations incorrectly in c99 mode?

gcc standards c99 c89

Is there a meaningful distinction between freestanding and hosted implementations?

c c99 c11 freestanding

What ABI, if any, restricts the size of [u]intmax_t?

c c99 c11 abi

Conventions to write simple additions of hexadecimal and decimal numbers

c parsing gcc c99