Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

trying to copy strings in c, first letter isn't being copied

c c-strings

K&R C Counting Characters

c linux

Interrupt handler on C doesn't work after one interrupt [duplicate]

Implicitly pass arguments

c

Two-dimensional dynamic array pointer access

Pointer to 2D array with function

Difficulty in implementing the neutron transport model

c parallel-processing mpi

Why isn't my for-loop printing in the second loop?

c arrays string for-loop stdin

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