Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why does function return type need to be of type (void*) for threading in C?

c multithreading pthreads

Extracting dos command output in C

c system exec dos

How does git, for example, create the database they use?

H264 parsing - slice header detection

c++ c visual-c++ h.264

C enumerated types name scoping

c enums

Implement stack in c

c malloc

Loading an 8bpp grayscale BMP in C

c windows image bmp

Kernel module's parameters in sysfs - quick reaction for changes

Details of structure in C

c structure

Storing numbers with higher precision in C

Explanation of a output of a C program involving fork()

c fork

How to perform element-wise left shift with __m128i?

c sse avx

How to find the max member in a __m128(F32vec4)

c sse simd

Computing the determinant of a C array

c math matrix linear-algebra

How to get the output of `date` command in a char array?

c linux

How to use "extern struct" to share variables in c programming and compile with gcc?

c

Segfault while allocating staticaly an int array

c malloc

Sqlite C interface get single value result

c sqlite

why is the compiler treating character as an integer?

c integer

Converting Ada closures to C callbacks (function + void*)

c closures ada