Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can you find reddest colour in a fixed colour display?

c colors amiga

C: Rounding floats

c floating-point precision

C: take screenshot

c windows screenshot

Checking if string is only letters and spaces

arrays c function char c-strings

Returns in a recursive function

Unforeseen consequences of objcopy on static libraries

Is there any way to save registers before jumping into function?

Combining compound operators

c operators

expression must be a modifiable lvalue on struct pointer

c pointers struct

where is it documented that global array in C, compiled by gcc, is initialized like "copy-on-write"?

c assembly gcc

Deep stack unwinding

c stack-unwinding setjmp

C assigning the address of a 2D array to a pointer

c arrays pointers

fgets doesnt get the last character

c string file-io char fgets

C signals (SIGSEGV) why does this loop infinitely?

Send IP packet from Linux Kernel without destination mac address

c linux-kernel ip ethernet arp

Polling TCP connections in C

c sockets tcp server

How can I do short string optimization at compile time?

In C, why don't we usually assign dynamically allocated arrays to (a pointer to) an array type instead of a pointer to the first element?

Why do we use double pointers while passing a Structure argument in C?

c pointers linked-list

How to get the return code of the syscall using SECCOMP_RET_DATA and PTRACE_GETEVENTMSG