Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Linux kernel linked lists - and sorting

c linux linked-list kernel

Code in Objective-C c block not executed when expected

Correctly using gumbo-parser to iterate and find the things I need?

html c http c99 gumbo

How to set struct pointer to NULL with function

c pointers struct

Bitfields and Unions in C giving problems

c struct unions bit-fields

How to get macro name __LINE__ for a multi-line macro call?

c gcc macros

Using execl to run a Linux command

c linux unix exec

Is this Bubble sort or insertion sort in C?

c

Creating .ts chunks from .mp4 file

c video nginx ffmpeg

What happens when you give a null string to a C standard function?

c string null std

qsort of struct array not working

c string struct qsort

C pointer to array well-defined behavior

c

Coalesced global memory writes using hash

c++ c cuda gpgpu

Getting MPI Communicator in Julia that is embedded in C

c julia mpi

Segmentation fault disappears after renaming a function

c rust segmentation-fault

Pack high bit of every byte in ARM, for 64 bytes like AVX512 vpmovb2m?

c arm simd arm64 neon

Is this a valid method of creating an array in C?

c arrays multithreading

Opening .txt file in execl()

c file ubuntu exec

Computing different terms for a given pair of exponentiation having the same result

c++ c algorithm math

Use struct as base for derived class in C++

c++ c casting