Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

how does this bitwise expression help in finding the minimum and maximum between two integers?

How to define an extern, C struct returning function in C++ using MSVC?

c++ c visual-c++ extern

What is the correct way to implement error propagation in C?

Set system time zone in Linux

c linux

ALSA: Opening and closing PCM On-The-Fly

c linux audio alsa

Linking math library in CMake file on windows and linux

c windows visual-studio cmake

When a syscall is called by a userspace program, how does execution transfer back to kernelspace?

c assembly linux-kernel kernel

How do I use Glib (or Any other Library) to list all the files in a directory?

c++ c filesystems glib

How to place an array at a specific memory location that is provided from a variable?

Why is alignof(max_align_t) 16?

c memory-alignment alignof

How can I find the corresponding .h file which includes the "cacheflush" function?

c linux

Do memory addresses expressed in hexadecimal always need to start with '0x'?

c

Why doesn't this generate a warning or error [duplicate]

c pointers constants

create numbered files in C

c string file

Thread mutex behaviour

c mutex

Performance comparison: 64 bit and 32 bit multiplication [closed]

Converting unsigned to double to unsigned without loss of precision

Stringizing macro arguments in a multi-level macro call

How do I stop sem_open() failing with ENOSYS?

c linux ipc posix semaphore

What fallocate() does?

c linux unix filesystems