Search code examples
Why does double and %f not want to print 10 decimals?...


cformatdouble

Read More
'printf' a float value in C...


cfloating-point

Read More
What is a side effect in C?...


cside-effects

Read More
Optimizing Euclidean distance array filter for 3D points within a radius of a given point?...


coptimizationsimdmicro-optimizationavx512

Read More
How to make Gtk+ window background transparent?...


cbackgroundwindowgtktransparent

Read More
Execute C program till Ctrl+C hit in the terminal...


clinuxterminal

Read More
How do I stop xcb_image_get from causing a core dump?...


cxcb

Read More
Using sox to play a file in C...


clinuxsox

Read More
Stray 377 and 376...


c

Read More
Not able to compile code shown on the "The Linux Foundation" YouTube channel...


cgccabi

Read More
What is the difference between ++i and i++?...


cfor-looppost-incrementpre-increment

Read More
sizeof single struct member in C...


cstructsizeof

Read More
Questions regarding preemption and blocking in Linux kernel...


clinux-kernelpreemptionpreempt-rt

Read More
Why does clang zero "eax" before calling a function with unspecified parameters, but gcc d...


cassemblygccx86-64abi

Read More
Is `0x1F` an ASCII scan code, and if so, how is it repeatable?...


cinputasciikeycode

Read More
How can I compile the Zephyr example-application as a freestanding application?...


cbuildzephyr-rtos

Read More
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
Off-by-one when counting words in dictionary...


ccs50fgetsoff-by-one

Read More
Shall macro definition of an identifier that appears within the list of parameter declarations in a ...


clanguage-lawyeridentifier

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
BackNext