Search code examples
Display contents of allocated memory byte by byte?...


cpointerscasting

Read More
How does strchr implementation work...


cpointersconstantsstrchr

Read More
Pointers in C: when to use the ampersand and the asterisk?...


cpointers

Read More
C - Error is "free(): invalid next size (normal) "...


cpointersgdbvalgrindsigabrt

Read More
Increment void pointer by one byte? by two?...


c++cpointers

Read More
Pointer randomly assigned mysterious values (A5A5A5A5 and FFFFFFFF) on a stm32 using freeRTOS causin...


pointersoperating-systemembeddedhardwarestm32

Read More
Compile-time generic type size check...


pointersrustffi

Read More
Why does my multithreading/pointers code print random values?...


cmultithreadingpointers

Read More
Python & Ctypes: Passing a struct to a function as a pointer to get back data...


pythonpointersstructctypes

Read More
Facing unexpected 'misaligned pointer dereference: address must be a multiple of 0x8 but is 0x__...


pointersrust

Read More
Member pointer to array element...


c++classpointers

Read More
Are the iterators of `map<key, value, greater<>>` and `map<key, value, less<>&g...


c++dictionarypointersc++11iterator

Read More
Base class pointer offset & moving objects...


c++pointersmemory-managementbehavior

Read More
How to set bool pointer to true in struct literal?...


pointersgostructliterals

Read More
Using std::map to look up function handlers...


c++dictionarypointerstypedef

Read More
Member functions called in lambdas...


c++pointerslambdaunreal-engine5

Read More
Passing a 2D array to a C++ function...


c++arrayspointersmultidimensional-array

Read More
How to set int array pointer within for loop in c...


arrayscpointersinteger

Read More
How can I access elements of a matrix array via pointers in C?...


carrayspointersmatrix

Read More
Incompatible const pointers...


cpointers

Read More
a pointer assignment ignored...


cpointers

Read More
How do I cast a *mut T to a *mut [T]?...


pointersrustslice

Read More
Accessing a struct member from what is not the same struct type...


cpointersstructundefined-behavior

Read More
How works - Pointer / Unique_ptr without new...


c++pointersundefined-behaviorunique-ptr

Read More
Two pointers referencing the same memory location, possible to make null if we deallocate the space?...


c++pointersc++14

Read More
type of int * (*) (int * , int * (*)())...


cvariablespointerstypesdeclaration

Read More
How to avoid wasting memory on 64-bit pointers...


c++pointersmemory-managementcross-platform32bit-64bit

Read More
C program: Use an array outside the scope it was defined in...


arrayscpointersconditional-statementsscope

Read More
Can I disable/turn off general protection exception when an address is not in canonical form?...


pointersassemblyx86-64cpu-architecturecanonical-form

Read More
Using an asterisk as prefix or suffix for working with pointers...


c++pointers

Read More
BackNext