Search code examples
Returning an array using C...


carrayspointerschar

Read More
How do I do a literal *int64 in Go?...


pointersgostructliterals

Read More
What is a smart pointer and when should I use one?...


c++pointersc++11smart-pointersc++-faq

Read More
Using Span<T> with BitmapData.Scan0 without unsafe code...


c#.netwinformspointersbitmap

Read More
Write-Only pointer type...


c++cpointersreadonlyconst-correctness

Read More
Taking address of a temporary is allowed if the function's result is consumed...


c++pointersvisual-c++memory-addresstemporary-objects

Read More
How can I determine if the memory at a certain address was allocated by / is managed by CUDA?...


c++pointersmemory-managementreflectioncuda

Read More
Declaring member variables in a class interface header file...


c++pointersreferenceclass-members

Read More
How does provenance work in a kernel in Rust?...


pointersrustmemory

Read More
How to do a static assert that a pointer cast is trivial?...


c++pointerscastingstatic-assert

Read More
Difference between function arguments declared with & and * in C++...


c++functionpointerspass-by-reference

Read More
What does a struct inside a struct imply in C?...


cpointersstructlinked-list

Read More
Modify the location a pointer points to in a C++ function...


c++pointers

Read More
How to pass a pointer argument to the base class constructor in C++?...


c++pointers

Read More
Should I use unique_ptr to keep class members?...


c++pointerssmart-pointersunique-ptr

Read More
Pure Type Punning In C...


cpointersgcc

Read More
Why don't function pointers allow adding CV-qualifiers to pointer arguments?...


cfunctionpointerslanguage-lawyer

Read More
Transfer pointer from DLL (C/C++) to Python?...


pythonc++cpointersctypes

Read More
Do I need to free the pointer in this function?...


c++pointers

Read More
Error passing argument from pointer to non-enclosed address space...


cpointersmicrocontrolleravrmplab

Read More
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
BackNext