C API design: Who should allocate? [closed] – Closed. This question is opinion-based. It is not currently accepting answers. Want […]
Author: Marie
Subtraction without minus sign in C
Subtraction without minus sign in C – How can I subtract two integers in C without the – operator? int […]
How to set the IP address from C in linux
How to set the IP address from C in linux – By using strace and ifconfig, I found that I […]
How does the kernel know what is the current thread?
How does the kernel know what is the current thread? – Can someone please explain me this snippet of code […]
How to trigger SIGUSR1 and SIGUSR2?
How to trigger SIGUSR1 and SIGUSR2? – I’m getting acquainted with signals in C. I can’t figure out what kind […]
Problem trying to use the C qsort function
Problem trying to use the C qsort function – #include <stdio.h> #include <stdlib.h> float values[] = { 4, 1, 10, […]
Difference between long double and double in C and C++ [duplicate]
Difference between long double and double in C and C++ [duplicate] – This question already has answers here: Closed 9 […]
print combine _Generic and variadic_functions
print combine _Generic and variadic_functions – I have read _Generic combined with variadic function? http://www.robertgamble.net/2012/01/c11-generic-selections.html but I want to make […]
C: cast int to size_t
C: cast int to size_t – What is the proper way to convert/cast an int to a size_t in C99 […]
Copying content from a hidden or clipped window in XP?
Copying content from a hidden or clipped window in XP? – I need to copy the content of a window […]