Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

chunks interleaved in pipe for multiple writers?

c linux unix linux-kernel

I can't use sizeof(struct hsearch_data) from <search.h>

c search hashtable sizeof

How do we disable specific warnings from C preprocessing

c makefile

How can i Use DMA to copy a source array to destination array Using CMSIS CORE?

c stm32 dma

Reading registry from windows kernel driver in C

c windows winapi kernel registry

How does a compiler find out which dynamic link library will be used in my code, if I only include headers-files, where is not describe it?

c gcc

How can I translate this loop into a for loop?

c for-loop while-loop

I keep getting segfault 11 on the second if loop, what's the reason?

c

Conflicting types during libpcap compilation

Bitwise & over 32 bits

c bitwise-and c17

Use srand(1) and rand() to generate 1000 numbers from 65 to 122 excluding 91-96 in C

c

Reading command-line argument in C and checking is it a digit

Copy 2d array to another 2d array

Array index loop to begin instead of mem access error

Why I've allocated a pointer memory in a function, but it's also NULL?

c

Segmentation fault in C on Mac, direct copy from a tutorial

c macos segmentation-fault

Core dump on Pointer type-casting (int to double) in C

c

Is there need to convert byte order for strings?

c endianness