Search code examples
Can I safely cast unsigned char to char?...


clanguage-lawyer

Read More
Why does `xcb_lookup_color()` fail where `XLookupColor()` succeeds?...


cx11xcb

Read More
X11: Detect general Mouse and Keyboard events...


clinuxkeyboardmousex11

Read More
Stack smashing detected...


cexceptionstack

Read More
Can't link mremap in C header...


cmemory-managementmakefilelinkerlibc

Read More
What happens when zero is assigned to a variable within an `if` condition?...


c

Read More
Сomma-separated sequence of declarators in C89...


clanguage-lawyerc89

Read More
What is the purpose of an empty initial 'if (0)' block in if-else chain?...


cif-statement

Read More
Compiling with -fPIC but GCC complains about relocation...


cgccld

Read More
Off-by-one when counting words in dictionary...


ccs50fgetsoff-by-one

Read More
Difference between shared objects (.so), static libraries (.a), and DLL's (.so)?...


c++clinuxdlllinker

Read More
Reading another process' memory in C not returning results after multiple queries...


cwinapimemory

Read More
Erase the current printed console line...


clinuxconsoleerase

Read More
can `fwrite` have a write error when all characters are written...


clanguage-lawyerfwritestdio

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


clanguage-lawyer

Read More
How to access variable define in linker script in c?...


cgccld

Read More
What's the rationale for null terminated strings?...


c++cstringnull-terminated

Read More
how to compare two multidimensional arrays...


arraysc

Read More
Can scalars safely alias GCC/Clang vectors?...


cgccclangsimdtype-punning

Read More
Writing to qemu RISCV UART using c...


clinkerqemuuartriscv

Read More
How to detach a forked process from parent in C...


cshellunixexecfork

Read More
getopt.h: Compiling Linux C-Code in Windows...


cvisual-studiobuildcommand-line-argumentsgetopt

Read More
What is the standard timing method in C?...


cperformancetimertiming

Read More
STM32: Code execution seems to depend on its location in flash memory...


carmstm32microcontrollercortex-m

Read More
What is the difference between sigaction and signal?...


csignalsposix

Read More
constexpr structure and integer constant expression in C...


clanguage-lawyerconstant-expressionc23

Read More
How to store and then print a 2d character/string array horizontally for 5 times?...


c

Read More
What are the int64_t range limits on x86?...


cgcc

Read More
C standard: If `fgets` returns non-`NULL` but "encountered" end-of-file, will `feof` retur...


clanguage-lawyerfgets

Read More
using FindWindow with multiple root windows...


cwinapisendmessage

Read More
BackNext