Search code examples
Is memory barrier necessary for memory consistency?...


javac++cx86memory-barriers

Read More
Fastest Implementation of the Natural Exponential Function Using SSE...


coptimizationvectorizationssesimd

Read More
Is "static int* foo()", in C, a static function returning a pointer, or a function returni...


cfunctionpointersundefined-behavior

Read More
From O(n²) to O(n)?...


c

Read More
Practical continuation passing style in C?...


ccontinuation-passing

Read More
Immediate break after input using switch or if...


cif-statementswitch-statementbreak

Read More
Reading and processing WAV file data in C/C++...


c++cvoicevoice-recognition

Read More
Is recursively calling main from its own parameters (abusing sizeof with VLAs) standard C99?...


clanguage-lawyerc99

Read More
Why use "[*]" instead of "[]" in function prototype?...


carrayslanguage-lawyerc99

Read More
Problems with memory allocation and input (C)...


csegmentation-faultdynamic-memory-allocationrealloc

Read More
Which print calls in C do NOT ever call malloc() under the hood?...


cprintingprintf

Read More
Swap two items in GList (GLib)...


clistglib

Read More
Segmentation core dumped when trying to build a single linklist...


clinked-listsegmentation-faultfunction-pointers

Read More
Linked Lists with Variable Length String Data...


c

Read More
How to properly and safely print to stdout/stderr using the Win32 API?...


cwindowswinapiconsole

Read More
Using fgets() in a for loop in C...


cstring

Read More
Threadsafe vs re-entrant...


cthread-safetyreentrancy

Read More
invalid handle injecting dll into a process using CreateRemoteThread()...


c++cwindowswinapidll-injection

Read More
How to display a matrix in C...


cprintingmatrix

Read More
Find which assembly instruction caused an Illegal Instruction error without debugging...


clinuxassemblyx86-64yasm

Read More
Debugging mixed Python C++ in VS Code. Can't enter sudo password...


pythoncdebuggingvisual-studio-codegdb

Read More
Arrow operator (->) usage in C...


cpointerssyntax

Read More
Segmentation fault while implementing a binary tree in c...


csegmentation-faultbinary-search-tree

Read More
select and poll syscalls. many write events problem...


clinuxsocketsfreebsdposix-select

Read More
Conditional statement `if ( ( i != '7' ) && ( j != '8' ) && ( k != &...


cif-statementnegationlogical-orlogical-and

Read More
My function doesn't work and i don't understand why ..in C...


c

Read More
How do I create a Virus signature?...


csignatureantivirusvirus

Read More
Protecting filling a buffer that is read from SRAM in STM32F429I...


cembeddedstm32interrupt

Read More
Debugging an erroneous AVL tree 'insert' operation...


cdata-structuresbinary-treeavl-treeinsertion

Read More
Printing A Pattern in C...


c

Read More
BackNext