Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Jumping to a second firmware on stm32f4

c arm stm32 cortex-m

Type casting in malloc [duplicate]

c pointers casting malloc

printf and ++ operator [duplicate]

c

fprintf not working

c io

Factorial calculation is not right in my C program? [closed]

c factorial

Test if fixed set is equal without branching

What does an "alignment trap" error means?

c

Read a list of numbers from string

Comparison and Extraction using SSE

c++ c sse simd

Read/write big integers or floats with a simple byte protocol in C

c erlang byte stdin

Windows COM Communication via CDC COM Port to Arduino

Created child process with `clone()`. Why does `wait()` not wait for it to terminate?

Cycle count neon for M2?

GCC/clang compile error with function-scoped static pointer to unnamed array

c gcc scope static clang

What does -0 mean in C and C++?

c++ c

My buffer overflow exploit only opens a regular user shell but not a root shell

How do callback methods for GATT services in bluez look like?

Is computing a pointer to uninitialized memory undefined behavior in C?