Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How C structures get passed to function in assembly?

syscall wrapper asm C

How is filename lookup done in ext4?

c linux linux-kernel stat ext4

writing to stdin of another program/reading from stdout of another program in c

c stdout stdin io-redirection

Using sizeof() with pointer to struct in C

How can I fix Warning: C4129 'e': unrecognized character escape sequence

c

Dereferencing a pointer multiple times vs creating temp variable

c pointers

Declare a static function but implement it without the 'static' keyword in C?

How to reverse R_X86_64_JUMP_SLOT relocations?

Printing the physical address of a C pointer

c memory

Why is the line following printf(), a call to sleep(), executed before anything is printed?

c printf sleep

Are typedef's handled by the preprocessor? [duplicate]

c c-preprocessor typedef

Can I use __builtin_*_overflow as += or *=?

c gcc

How to make a C timer expire at a particular system time in Linux

c linux time timer clock

Why do the upper 32 bits of a uint64_t become one whilst performing a specific bitwise operation?

Problems with DirectWrite in plain C

c com

Your answer will be considered as correct if it has an absolute or relative error less than 10^(−6)

c++ c algorithm

How to dynamically allocate(initialize) a pthread array?

c pthreads

IP and TCP header checksum calculate in C

Random numbers with Maxwell distribution in C