Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why does a void pointer point to anything?

c

How to use gst-rtsp-server with own pipeline?

c++ c gstreamer rtsp

How to print constexpr in C23 at compile-time?

c macros arm preprocessor c23

The correct way of changing the size of a mapped file

c mmap

Reading STM32 timer value

c timer stm32

Purpose of atomic structures

c struct atomic c11

WINAPI C - CreateFileMapping fails with error 8 - ERROR_NOT_ENOUGH_MEMORY

c file winapi memory mapping

Wrap printf with custom condition

Why do I need to initialize pthread mutex in C?

c pthreads boost-mutex

how use a structure in a unaligned buffer

Passing a Go slice of float32 to CGo as a C float[]

How to take ints from user using fgets in C?

c pointers fgets

Is C read() Thread Safe?

How to return from pcap_loop() or pcap_dispatch() without using pcap_breakloop() within the callback function

c pcap

Non-Blocking i/o in c? (windows)

c io nonblocking

#include <Python.h> no such file or directory for windows 10 fix

python c windows header

scanf char variable in between scanf integer variable doesn't work? [duplicate]

c char int scanf

Given a double value x, why (signed long long)(x) != *(signed long long *)(&x)?

GCC C99 Disable compilation of main() without return

c gcc c99