Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

atomic arguments order of execution in C

c atomic

Why is macro abusing ok in libc [closed]

c libc

"creat" function gives wrong permissions

Is there a performance drawback when declaring 2D arrays using int** compared to int (*)[N] in C?

Is my epsilon usage correct for comparing floating-point numbers in circle overlap calculations?

c double epsilon

What would cause peripheral register writes to be ignored on STM32?

c stm32

How do I portably parse a JSON file using libjq?

c jq

mallopt(M_PERTURB) does not perturb the memory on free

Simple C malloc question that prints garbage on multiple invocations [closed]

c malloc bit

Is there any way to change the data of a process from another one without using shared memory?

c linux

Array indexing and usual arithmetic conversion

How to use Android to receive on certain radio frequency

section of static library is changed with unkown reason

c gcc linker arm cross-compiling

IEEE floating-point rounding in C

Confusing about libuv and udp

c libuv

Make Autotools project with SDL2

c sdl-2 autotools

Is there any way to get the C precompiler to use a mathematical result when concatenating symbols?

Can't we initialize automatic array variables?

c

C conventions - how to use memset on array field of a struct

c coding-style conventions