Search code examples
Convert Hexadecimal String to Data...


chex

Read More
using macros to write #defines in C...


cmacros

Read More
Performance of two inverse square root expressions (accounting for CPU pipelining)...


cperformanceassemblyx86floating-point

Read More
Listen for harware change events from the linux kernel or udev...


clinuxeventsstorageudev

Read More
finding errors in a given c code...


ccode-analysis

Read More
Why do bit operators have such low precedence in C and C++?...


c++cprogramming-languagesoperator-precedencelanguage-design

Read More
Why didn't gcc (or glibc) implement _s functions?...


csecuritygccc11tr24731

Read More
How to convert an ASCII character into an int in C...


casciicharacter

Read More
Using GNU Make to compile all .c files in a subdirectory...


cmakefilegnu-make

Read More
How to stop GCC complaining about "directive output may be truncated" in snprintf() call?...


cgcc

Read More
How to make a simple Multi Core multithreaded baremetal program?...


coperating-systemscheduled-tasksposixriscv

Read More
"Use of a signed integer operand with a binary bitwise operator" - when using unsigned sho...


cclionclang-tidy

Read More
Passing a non-volatile variable pointer to a function expecting a volatile variable pointer...


cgccavr-gcc

Read More
Returning array values in a Struct in C for stepper motor...


arrayscstructembedded

Read More
How to control a motor with atmega 32 pwm...


cembeddedatmegaatmelpwm

Read More
Set a one bit in an 8-bit PIN without changing the other bits...


cassemblyembeddedbit-manipulationwinavr

Read More
Macro definition to determine big endian or little endian machine?...


carchitecturemacrosc-preprocessorendianness

Read More
Why muPDF/C outputs an empty page after output of rendered pixmap?...


cpdfmupdf

Read More
Designated initialization with omitted bitfield...


cbit-fieldsdesignated-initializer

Read More
Chdir lagging Shell...


cshell

Read More
How can I get the date and time values in a C program?...


cdatetime

Read More
clear cmd input in C...


cwindowsinputcmd

Read More
Control fan speed with PCA9685 and a PIC...


cembeddedpicpwmservo

Read More
Linking an object file to the C standard library with ld...


cgcclinkerld

Read More
Fast & accurate atan/arctan approximation algorithm...


calgorithmmathtrigonometry

Read More
Is returning compound literal from generic selection safe?...


ccompound-literals

Read More
How do I check if an integer is even or odd in C?...


cinteger

Read More
The question about lifetime of compound literal which is associated with struct member...


ccompound-literals

Read More
Reuse Union to Define an Extended Union in C...


cdiscriminated-union

Read More
Why compilers no longer optimize this UB with strict aliasing...


c++cgccclangstrict-aliasing

Read More
BackNext