Search code examples
How to perform addition of two vectors of 8-bit integers with a single addition in C/C++...

c++cswar

Read More
How can I initialize all members of an array to the same value?...

carraysinitializationarray-initialize

Read More
Is C notably faster than C++...

c++cperformance

Read More
How to get the Windows SDK version number a program is compiling with at compile time...

c++cwindowswinapi

Read More
Equivalent of atoi for unsigned integers...

cinteger-overflowatoi

Read More
k&r: Exercise 1-18. Program takes input but doesnt produce any output?...

cgetchar

Read More
Using in C thrd_sleep() to either wait for time or interrupt by signal. Example?...

clinuxmultithreadingsignals

Read More
How to get the sign, mantissa and exponent of a floating point number...

cfloating-pointemulation

Read More
How can I compute `exp(x)/2` when `x` is large?...

cfloating-pointexphyperbolic-function

Read More
c programming: answer always equates to 0...

c

Read More
Is it possible to access a parameter of a function from another function in C?...

cfunctionvariables

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

cconditional-operatorunary-operatorsequence-pointspostfix-operator

Read More
What Is the Return Value of strcspn() When Str1 Does not Contain Str2?...

cstring

Read More
Mapping a numeric range onto another...

cmatharduino

Read More
Signalled and non-signalled state of event...

cmultithreadingwinapi

Read More
Why is faster to do a branch than a lookup?...

cperformancebenchmarkingcompiler-optimizationauto-vectorization

Read More
Forcing 64-bit long doubles?...

cfloating-pointclangarm64musl

Read More
"error: redeclaration of 'myVariable' with no linkage:" - what's the linkage?...

cgcclinkage

Read More
Branchlessly map one list of integers to another...

clistmathinteger

Read More
SQLBindCol for long integer value on 64Bit platform?...

coracle-database64-bitlong-integerunixodbc

Read More
What's wrong with my code? CS50 Pset2: Readability...

clogiccs50readability

Read More
Is there a way to redirect stdout/stderr to a string?...

c++cstdoutstderr

Read More
Playing with gcc's intermediate GIMPLE format...

cgcccompiler-constructionbackendgimple

Read More
Viewing data in a circular buffer in real-time...

c++cmodel-view-controllerstl

Read More
fmod or not fmod?...

c++cmath

Read More
Why do both % and fmod() exist in C...

cmath.h

Read More
How do you compile static pthread-win32 lib for x64?...

c++cwindows64-bitpthreads

Read More
What's the difference between '-Wextra' and '-pedantic' in gcc?...

cgcc

Read More
Is fmod faster than % for integer modulus calculation...

cintegermodulus

Read More
Terminal background color not always properly reset using "\033[0m"...

cbashmacosunixterminal

Read More
BackNext