Search code examples
memset_s(): What does the standard mean with this piece of text?...


clanguage-lawyer

Read More
How to initialize an global array to a struct?...


cstatic-initialization

Read More
Is non-re-enterant issue comes only when we have multiple threads?...


c++cmultithreadingreentrancy

Read More
Finding number of repeated elements in an array using C...


arraysc

Read More
Detecting Endianness...


cc-preprocessorendiannesscompile-time

Read More
Will C Compiler Optimize Dereferencing in Loop?...


c

Read More
Why this c code below works fine? (C Basic, Buffer overflow test)...


cgccbuffer-overflow

Read More
"Trouble concatenating char values alongside int and float in C"...


c

Read More
Why does my Combo Box (WinAPI) not highlight/select its text?...


cwindowsuser-interfacewinapicombobox

Read More
Exception thrown at 0x69F1454A (nvoglv32.dll) in Playground.exe: 0xC0000005: Access violation readin...


copengl

Read More
Is it possible to wait a few seconds before printing a new line in C?...


ctimeline

Read More
FATAL: ThreadSanitizer: unexpected memory mapping when running on Linux Kernels 6.6+...


clinuxclangsanitizerthread-sanitizer

Read More
My tasmota firmware device failed after I made these changes...


ctasmota

Read More
Is there an alternative sleep function in C to milliseconds?...


clinuxsleep

Read More
How to make CPython report vectorcall as available only when it will actually help performance?...


pythoncrustpython-c-api

Read More
What is lseek of a tty on macOS doing?...


cmacosttyptylseek

Read More
Why is (void) 0 a no operation in C and C++?...


c++ccompiler-construction

Read More
How to prevent buffer overflow when we recursively ask for input if input is not valid...


cscanfbuffer-overflow

Read More
Do for loops get slow the longer it iterates? Why are these two for-loop performances different?...


cperformancefor-loopiteration

Read More
Java Implementation of Math.exp()...


javacfloating-pointexp

Read More
Extending libc's fmemopen stream structure to own the buffer and deallocate it on fclose...


cfilestreamlibc

Read More
Apple's dispatch vs OpenMP to parallelize a for loop on Apple MacBook Pro with M3Pro...


cmultithreadingperformanceopenmpgrand-central-dispatch

Read More
How to unset a specific bit in an integer...


c#javac++c

Read More
Problem with my own implementation of strlcpy()?...


cstringstrlcpy

Read More
fgets and Segmentation Fault...


cfilesegmentation-fault

Read More
Can we allocate Stack Memory at Runtime?...


clinuxstackdynamic-memory-allocation

Read More
How do I write command line arguments into a file in C without writing (null)?...


cgccc99

Read More
How do I view implementation source of printf?...


cimplementationstandard-library

Read More
How to build Catboost C Evaluation Library API?...


cgosegmentation-faultincomplete-typecatboost

Read More
Is there a way to convert an integer to 1 if it is >= 1 without using any relational operator?...


cmathbooleanlogical-operatorssimd

Read More
BackNext