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


cmathbooleanlogical-operatorssimd

Read More
GDB not setting breakpoint on desired line...


cdebuggingx86gdbbreakpoints

Read More
Implementing RAII in pure C?...


craii

Read More
Is the mktime64 implementation simple by pure coincidence or by design?...


cdateformulaepoch

Read More
Debugging with gdb - (gdb) "x/s pointer" output...


c++cgdbgdbserver

Read More
How to create a cglm Mat4 from a float[16] array?...


cglm-math

Read More
How do you fix the pitch/lookAt flip when you rotate pitch past 90 degrees?...


c++copenglcameraglm-math

Read More
How can I get a file's size in C?...


cfilefilesize

Read More
Count number of paths on 2d-array (grid Traveller)...


arrayscalgorithmrecursiondynamic-programming

Read More
C - Linux proc file syncing / write deferred...


clinuxfilelinux-kernelfwrite

Read More
Expressions in C. Are assignments expressions despite semicolons?...


coperatorsexpressionassignment-operatorstatements

Read More
is there a way to resolve this problem without using many "if loops"?...


arrayscfor-loop

Read More
Is `extern` required to make an inline function definition externally linked?...


cgcclanguage-lawyerinline

Read More
Difference between char *str and char str[]...


c

Read More
Fast multiplication of k x k boolean matrices, where 8 <= k <= 16...


coptimizationmatrix-multiplication

Read More
`"<program>" would like to access files in your Documents folder` message with VS Co...


cmacosvisual-studio-codemacos-catalina

Read More
VScode clangd failed to find my header file not found `clang(pp_file_not_found)`...


cvisual-studio-codeclangd

Read More
Can a recursive function be inline?...


c++cinline-functions

Read More
Float values behaving differently across the release and debug builds...


c++cdebuggingfloating-point

Read More
Why is fp32 performance only two percent of theoretical maximum of my RTX 2070 in my OpenCL program?...


cperformanceopenclopencl-c

Read More
How do you define something so that VScode can assume it is defined (preprocessor)...


cvisual-studio-code

Read More
How should I define BigInt when I am trying to implement bigints with double linked list?...


cbigintegerdoubly-linked-list

Read More
How to know what the 'errno' means?...


clinuxerrno

Read More
How to parse json using sscanf in C?...


cscanf

Read More
Wrapping with `-Wl,--wrap` not working for static function...


c++clinker

Read More
Using select() to detect a block on a UIO device file...


cblockingposix-select

Read More
Zephyr - C - Deep copy of struct produce unexpected result...


cstructmemory-managementzephyr-rtos

Read More
Pthread Programming Short Example...


clinuxmultithreadingpthreadsstdio

Read More
How to wait for exit of non-children processes...


clinuxprocesswait

Read More
Stack Corruption Detection using canary value...


cstackx86-64buffer-overflowcallstack

Read More
BackNext