Search code examples
What is the C++ equivalent to C's designated initializers?...


c++c

Read More
Increment 16 byte char array in C++...


c++c

Read More
What are the requirements for C code that can run without an operating system?...


coperating-system

Read More
Pointer equality when used inside structs...


cpointersequalityc89

Read More
Specifically, what's dangerous about casting the result of malloc?...


c

Read More
Why do we cast return value of malloc?...


cmalloc

Read More
How to safely get the return value of setjmp...


csetjmp

Read More
C function to insert text at particular location in file without over-writing the existing text...


cfile-io

Read More
Why no "provisional" declarations of static objects?...


c++cstaticlanguage-lawyerforward-declaration

Read More
Grab a value from a register and put it into a C variable in C with the asm keyword for arm64 macOS ...


cassemblyclanginline-assemblyarm64

Read More
Does const-correctness give the compiler more room for optimization?...


c++cpointerscompiler-optimizationconst-correctness

Read More
Width of wide character strings...


cwchar-t

Read More
Is this possible to customize printf?...


clinuxcustomizationglibc

Read More
Single precision argument reduction for trigonometric functions in C...


cfloating-pointprecisionapproximationsingle-precision

Read More
What is the strict aliasing rule?...


c++cundefined-behaviorstrict-aliasingtype-punning

Read More
What happens in an interrupt service routine?...


cunix

Read More
Is there any fast algorithm to compute log2 for numbers that are all power of 2?...


calgorithmmath

Read More
Configuration of ADC Renesas RX62N...


cembeddedtouchscreenadcrenesas-rx

Read More
Openssl : error "self signed certificate in certificate chain"...


clinuxopensslssl-certificateverify

Read More
How to use X as type name in Template(X) in c...


cpreprocessor-directive

Read More
result of sizeof expected expression on array declaration...


arrayscc-preprocessorsizeof

Read More
MSYS2 GCC doesn't compile when it's not at the top of PATH...


cgccmingw-w64msys2meld

Read More
Does the the 2+2W litmus test code in the 'Repairing Sequential Consistency' paper have a pr...


cmultithreadinglanguage-lawyeratomicc11

Read More
Approximating cosine on [0,pi] using only single precision floating point...


cfloating-pointtrigonometryapproximationsingle-precision

Read More
Profile C application with mixed CUDA...


ccudaprofilingprofiler

Read More
Variable names with parameters...


c

Read More
Does there exist a reversed comma operator in C?...


ccomma-operator

Read More
Why does \0 not affect the length of a string in C?...


cstringsizeofstrlen

Read More
Where are Cortex-specific functions like __wfi() defined in Keil?...


ckeilfunction-prototypesmisra

Read More
printf and long double...


cgccprintflong-double

Read More
BackNext