Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

how to move packet from NF_INET_PRE_ROUTING to NF_INET_POST_ROUTING?

Provide hex value as an input to gets in C

c buffer-overflow gets

Standard guarantees for using floating point arithmetic to represent integer operations

How do I reference a static data in C that appears after the function that needs it?

Is sizeof(pointer) the same as processor's native word size?

Including c++ standard headers from C not allowed, what should I use instead?

c++ c std

what is Address space layout randomization [duplicate]

c operating-system

Assign constant values to structs in C

c constants

successive unnamed field of width zero in bit-field does not change size of struct

c bit-fields

Strict aliasing rule when storing and accessing an array of (pointers to) elements

c strict-aliasing

Use C-Like Array of Struct in Rust

c arrays struct rust

fork(), sleep(), and pipe(int *fd) in Mac OS X

c linux macos fork

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