Search code examples
Algorithm to check if byte is 0x00 or 0xFF...


cboolean-logic

Read More
Is using a volatile flag appropriate when only need to read and not write?...


cembeddedinterruptvolatile

Read More
How to convert a string to array of unsigned values...


ctype-conversion

Read More
Dynamically link against C library under macOS...


cmacosdynamic-linkingdlopen

Read More
How to avoid integer promotion in C?...


cportabilitywchar-twidechar

Read More
Knuth's multiplicative hash...


c++calgorithmhash

Read More
Why does MISRA use this idea of "essential types" for integer constants, when the C standa...


clanguage-lawyermisra

Read More
'gcc' is not recognized - How to make gcc/mingw work in Windows?...


cwindowsgccpathmingw

Read More
What's the simplest way to reverse the order of bits in a byte in C/C++?...


c++cbit-manipulation

Read More
Is there a useful case using a switch statement without braces?...


clanguage-lawyer

Read More
PHP and C application data exchange .so lib linkage problem...


phpc

Read More
Implementing safe shift-left...


c++cbit-manipulationbit-shiftinteger-overflow

Read More
Why doesn't Linux follow Unix syscall conventions?...


clinuxunixx86calling-convention

Read More
How to force cpu core to flush store buffer in c?...


cmultithreadingx86cpu-architecturecpu-cache

Read More
Correct memory ordering for atomic counter to check association between mutexes and condition variab...


cpthreadsatomicreference-counting

Read More
Branchless add or subtract depending on separate sign bit...


c++cbit-manipulation

Read More
Convert 0x1234 to 0x11223344...


c++cbit-manipulation

Read More
How is this array recording occurrences of each digit of input?...


carraysascii

Read More
How to interleave two uint32_t values into one uint64_t?...


cbit-manipulationz-order-curve

Read More
Bits twiddling hack: most efficient way to remove one bit every n bits?...


c++calgorithmc++11bit-manipulation

Read More
Concatenating two memory buffers without memcpy...


cmemory-managementlinux-kernelconcatenation

Read More
Are global arrays allocated on the stack...


cmemory-managementglobal-variablesstack-memory

Read More
How do you use Ruby/DL? Is this right?...


crubyinterfacerspecrubydl

Read More
Linked Lists in C without malloc...


cmalloclinked-list

Read More
Unexpected conversion bitshift result...


ctype-conversionbit-shift

Read More
C fopen vs open...


clinuxfile-iofopen

Read More
What do empty parenthesis on a macro achieve?...


cmacrosc-preprocessor

Read More
Where do I find the current C or C++ standard documents?...


c++cstandardsc++-faq

Read More
Is it possible to print non-printing characters with a %C specifier?...


c

Read More
What C and C++ compilers are available for VxWorks?...


c++cvxworks

Read More
BackNext