Search code examples
Why does C let you ignore returned values from functions?...


cfunction

Read More
Efficient implementation of natural logarithm (ln) and exponentiation...


cmathmicrocontroller

Read More
How do I create a Virus signature?...


csignatureantivirusvirus

Read More
STM32, arm-none-eabi: String is not output with printf if the string contains a leading `\n`...


cprintfstm32

Read More
Will this expression evaluate to true or false (1 or 0) in C?...


cconditional-operatorunary-operatorsequence-pointspostfix-operator

Read More
different behavior of two seemingly identical code...


c

Read More
Can you sometimes rely on machine-dependent behavior, even when the C standard considers it undefine...


cundefined-behavior

Read More
Issue with synchronization of threads using condition variables to output the Mandelbrot...


cpthreadsmutexcondition-variablemandelbrot

Read More
Calculating pow(a,b) mod n...


c++calgorithmpowmodular-arithmetic

Read More
typeof operator in C...


cgcctypeof

Read More
Does the ordering of multiple va_end calls matter?...


c++cvariadic-functions

Read More
C qsort fn segementation fault...


c

Read More
can't print correctly a long double in C...


cmingwlong-double

Read More
Bit bufferer doesn't behave as expected in C...


cbit-manipulationhuffman-codebinary-operators

Read More
Arrow operator (->) usage in C...


cpointerssyntax

Read More
What is a privileged instruction? ...


cwinapidebuggingodbc

Read More
What are the consequences of opening a file in C in text or binary mode?...


cfileiotext-filesbinaryfiles

Read More
Minifilter missing deleted files in particular scenarios Windows 10 1903 +...


cwindowsdriverminifilter

Read More
__inline__ and __attribute__ confusing Doxygen...


cheader-filesdoxygen-wizardxc16

Read More
Why does modulus (%) operator work for char but not for floating types?...


cfloating-pointoperatorsmodulus

Read More
"Multiple definition of" "first defined here" on GCC 10.2.1 but not GCC 8.3.0...


clinuxgccstandardsheader-files

Read More
What exactly is a segmentation fault in C?...


c

Read More
Is it possible to use cat with execl inside a c program to print out its code without knowing the fi...


clinuxbash

Read More
What does `g_autoptr(MyApplication) app = my_application_new();` mean...


c++cflutter

Read More
Strange printf not working after a getchar and getchar skipping...


cprintfgetchar

Read More
How to make compiler warning about the enum type mismatch in switch and case?...


cgccclang

Read More
Efficiently dividing a double by a power of 2...


c++cx86

Read More
A way to count the number of __VA_ARGS__ arguments, including 0, without compiler specific construct...


cmacrosc-preprocessorvariadic-macros

Read More
How to get disk name programmatically in Linux(Like "/dev/sda" or "/dev/sdb")?...


clinuxfilesystemsblock-deviceblkid

Read More
mq_open err no 13 Permission denied...


clinuxposixmessage-queue

Read More
BackNext