Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Merging two Makefiles to build one output

c makefile operating-system

what does the following type casting do in C?

c casting

Which is better in C allocating/deallocating memory of using a local variable? and Why?

Is returning a local pointer cause undefined behaviour

c unix

Use output of unfinished process in a C program

c linux

max function c tree height

c tree max

uint32_t does not name a type - VSCode with STM32 in Windows

Single header which includes other headers

c++ c

Accelerating performance of loop performing unsigned long long modulo operation

Create variants of hardcoded defines

Allocating memory for a array to char pointer

haar transformation on an image

c++ c image-processing

Sleep Function Error In C

c++ c windows

ubuntu: sem_timedwait not waking (C)

passing a pointer to a pointer in c function by value

c function pointers

Conflicting types for pointer variable in C (Error)

Why cast 'void*' pointers to 'unsigned char *' in memcpy's implementation?

How do I convert and break a 2 byte integer into 2 different chars in C?

c

waitpid() function returns ERROR (-1), why?

c linux process waitpid