Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why does adding a test instruction cause a segmentation fault in GNU assembly?

c assembly gnu

linux kernel changing the ticks / jiffies to higher hz than 1000

c linux

C - printf - remove leading zeroes

c printf

Is it possible to pass two arguments in c? [duplicate]

c operator-precedence

How does scanf() reads when input is not in specified format?

c

error in pointer & multithread expected ‘void * (*)(void *)’ but argument is of type ‘pthread_t’

c multithreading

C zlib crc32 and Python zlib crc32 doesn't match

python c zlib crc32

Pascal's Triangle in C

Compiling AVX2 program on Mavericks

c++ c gcc avx avx2

pthread creation not working properly

c pthreads

C "double to num" conversion code: why is it written like this?

Efficient overflow-immune arithmetic mean in C/C++

Assignment to un-initialised Integer Pointer

How to fix Bad Pointers in C

c pointers

Annotating intentional infinite loop to satisfy "-fanalyzer"

c++ c static-analysis

Can't figure out why this trimming function won't work correctly

c gcc gcc4

How to set up openMP

How stream buffer is implemented in C?

c io

C - do/while loop and switch(int). Typing a char value causes inf. loop

c