Search code examples
How to pass a pointer to a struct array to a function in java using JNA?...


javaarrayspointersstructjna

Read More
What is the difference between "unsigned int *ptr" and signed int *ptr"?...


cpointerstypesunsigned

Read More
POINTER_32 - what is it, and why?...


c++windowspointersvisual-c++32bit-64bit

Read More
Why is this expression treated as a first member value rather than a structure value?...


cpointersstructtype-conversionc23

Read More
Strange result with pointer arithmetic in C...


cpointerspointer-arithmetic

Read More
Object does not point to NULL after deleting...


c++pointerslinked-listnullptr

Read More
Should the compiler warn on pointer arithmetic with a void pointer?...


cpointers

Read More
What is a distributive function under IFDS and why is pointer analysis non-distributive?...


javapointersanalysisstatic-analysistaint

Read More
How to increment a pointer address and pointer's value?...


cpointersoperatorsincrementpointer-arithmetic

Read More
With arrays, why is it the case that a[5] == 5[a]?...


carrayspointerspointer-arithmetic

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