Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What the usage of "--oformat=elf32-i386"?

c assembly linker gnu

Reading lines from c file and putting the strings into an array

c arrays file-io

OpenGL 3.3 won't draw my triangle

c opengl

How to count character occurrences using SIMD

c simd avx avx2

Generating incorrect Fibonacci sequences in C

c loops fibonacci

Why do pthread_mutex_lock() and pthread_mutex_unlock() contain memory barriers if the function calls themselves act as memory barriers? [duplicate]

Any gcc options to allow ((int *)p)++

c gcc

How to leave (interrupt) the waitpid() function?

c shell unix wait waitpid

How to register a software interrupt with Windows KMDF?

c windows kernel kmdf

Is there any difference between #pragma unroll(0) and #pragma unroll(1)?

c pragma icc unroll

Where and why do read(2) and write(2) system calls copy to and from userspace?

c linux-kernel

How to check libc version?

c cross-compiling libc

What actually happens in asynchronous IO

c++ c linux io

gcc inline asm input and output parameters for arrays?

c arrays gcc inline-assembly

gcc and clang emit seemingly redundant function call

Server Architecture for Embedded Device

how to tell if a stream is closed in C before calling fclose()

c++ c stream