Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it guaranteed that the padding bits of "zeroed" structure will be zeroed in C?

Why do non dispatchable handles use a ptr on 64bit platofrms?

c vulkan

C# / C++ Asynchronous reverse pinvoke?

How and why use call_once()?

c c23

Broadcasting a Signal to All threads in Linux

c linux pthreads

Ninja Build System + gcc/clang doesn't output diagnostic colors

c++ c ninja

why we cannot accept() a socket on some process and recv() data from its child?

c linux sockets process

This code is not thread-safe, isn't it?

c++ c linux thread-safety errno

All floats in a single function with call by reference

c

What is the difference between putc and ungetc?

c++ c function

Why is the Win32 mutex so time-consuming

exec returning 255

c unix

Determine function argument starting adresses

c assembly x86 nasm

Returning a C array from a C function to Python using ctypes

python c ctypes

Independent logging in multithreaded applications

How to map #define's replacement list containing space(s) to integers (IDs)?

c c-preprocessor

GLIBC version not found when executing AppImage on different distro

c linux gcc libraries

Why void pointer if pointers can be casted into any type(in c)?

c pointers void

How to pack and ship a simple c application in docker without the gcc compiler?