Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

copying array vs copying int cost and performance in c

Building nested Autotools Package without Installing

c linux gcc autotools autoconf

Is there a source code documentation generator for C / C++ like docco? [closed]

String Concatenation using a variadic function 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