Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it possible in C (not invoking UB) to check if two objects overlap?

c language-lawyer

Can I call mknod from my kernel module?

c linux kernel-module

Convert html string to pdf using wkhtmltopdf C library (wkhtmltox)

html c++ c pdf wkhtmltopdf

setuid() failing - operation not permitted

c linux uid setuid

I would like to print superscript and subscript with printf, like x¹?

Unsigned integer print

c printf

How to share structures within several files in my program?

c

Exactly which variables need to be sig_atomic_t in the context of signal handling?

c signals sig-atomic-t

printf("string1""string2") is this valid C?

How to get rid of the Heap-corruption error (Critical error c0000374) in C when converting hex into binary string?

c

can pthread_cond_signal make more than one thread to wake up?

Why does K&R say that pointers are preferable to arrays as function parameters?

Compute (a*b)%n FAST for 64-bit unsigned arguments in C(++) on x86-64 platforms?

c++ c visual-c++ x86-64 128-bit

Is decrement of bool variable defined in С?

N random choices according to probability

c random

Why are reserved names (starting with _) used in macros?

c gcc standards identifier

MSYS: Error c compiler cannot create executables

c mingw libxml2

How to use CX_LIMITED_RANGE ON/OFF

c pragma

Can #define be used to replace type declaration in c?

How make child process with same environment variables as parrent plus it's own in windows?