Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

UDP checksum calculation not working with newer version of gcc

c strict-aliasing

Why does initializing C local character arrays internally store the strings in different stack/data segments?

c shellcode

Is there a way to init a C double with a const value based on a hex pattern?

c constants c99

C pointers arithmetic for arrays

arrays c pointers

Hide mouse cursor in client area with delay?

c winapi user-experience

Are the "usual arithmetic conversions" and the "integer promotions" the same thing?

c++ c integer-promotion

How can I measure real cpu usage in linux?

c linux gcc kernel profiling

Difference between static global variable and static variable inside a function

how does less than (<) operator work with mixed types in c

c comparison types operators

Why are there two different ways of initializing a pointer in C

c pointers

How to improve buffer size determination for printfing various integer types?

c data-conversion

Is the size of a union equal to the size of its member of the largest size?

c unions

Difference between %llx and %p while printing a pointer inside driver code [duplicate]

What does VOID NTAPI mean and where can I find references for it?

c++ c windows

x86_64 assembly conventions saving argument registers

c assembly x86-64