Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What argument type does sscanf expect for a character class?

c scanf

Cachegrind output interpretation

What's the difference between pthread_setschedparam and sched_setscheduler?

c++ c linux posix

Prevent global buffer overflow casting a static bool reference to int pointer

c casting address-sanitizer

Initialize mulitdimensional C-array with 0 elements

c arrays initialization

Is it relevant to have a single inline function alone in a C file?

c inline c99

What happens in background or in memory when we cast char * to int *

c casting

ZMQ asynchronous, how does it work exactly?

Invalid storage class for a function in a macro in GCC

c gcc macros

assignment operation confusion

What does it mean when the name at the beginning of the struct and the one at the end of the struct are different?

c struct typedef

C functions overusing parameters?

c

How can I override C functions (like with LD_PRELOAD) at runtime?

How to get the first address of initialized data segment

c linux

C String assignment backwards

c

Accessing struct element straight from function call in C

c gcc struct c99 c11

Array of pointers in C with easy iteration

Display after deletion in linked list in C

c linked-list