Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to refer to a C symbol from Zig which is a keyword?

c zig

C: Using select() to write to new client

c sockets unix tcp posix-select

How do you return a pointer to non modifiable data in c

c pointers constants

gcc-arm linking error: attempted static link of dynamic object

c gcc linker qemu

Simple reverb alghoritm when buffer is small

c linux audio

linux c/c++ - weird if/else issue

c++ mysql c linux

In pelles c windows.h doesn't compile

c header-files pelles-c

system() output to a char*

c file system

what does chess& = board[i] mean?

c

What's the output of this code and why?

c gcc comments

weird SIGABORT on malloc/calloc call

c dynamic-allocation

reading from a file descriptor in C

c file-descriptor

Why does loop order matter when there's strided prefetching?

c caching prefetch

How to get local (regional) date format in linux?

c linux bash date

libuv and uv_try_write: why multiple buffers?

c libuv

How can child kill parent process while parent process waits until child process to terminate?

c

How to send message (in C) from one thread to another?

c multithreading unix pthreads

Does casting to a char pointer to increment a pointer by a certain amount and then accessing as a different type violate strict aliasing?