Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Is negating INT_MIN undefined behaviour?

c c99 undefined-behavior c89

GCC: Allow overloaded functions in C99

c gcc c99 overloading

How to handle a warning from the clang compiler?

c clang c99

In C, if this isn't an address constant, what is it?

c 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

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