Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Flatten array into string

c arrays

Comparing two struct files (Linux kernel)

c file linux-kernel

Reassigning Parent PID [duplicate]

C pointers and memory (PCAP & Packet handling)

c pointers libpcap

Can you explain how int values are stored in bitfields in C, please?

c

Array of structure, designated initializer implication

c initialization

How would I write to memory?

c testing memory embedded ram

sse2 float multiplication

c performance sse2 fann

Casting a void pointer in struct

c void-pointers

C: passing an array of fixed size to function vs passing pointer?

arrays c pointers

Pointer Increment and Decrement(*--*++p) in c

c increment decrement

Why is RCC PLL not enabled on STM32G474RE

c stm32

Is it possible to write at virtual 0x0 on a classical OS?

c assembly gcc ld virtual-memory

Why does the kernel use macro definitions that expand to the same before and after?

The difference between (x^y) and !(!(x^y))

Why am I getting segfault when changing the signature of main?

Define new function, array, struct etc inside of parameter of function call [duplicate]

Grabbing The First Character of a String

c

Why there is no compilation or run-time error in the below code?

c++ c compilation

Break on variable being freed

c debugging gdb lldb