Search code examples
Is there anything like pointers in C#?...


c#c++classpointerscall-by-value

Read More
Add one char array to another using pointers...


c++pointers

Read More
Passing pointer of an array to a function in C...


carrayspointers

Read More
Casting in comparator functions for qsort...


cpointerscastingconstantsqsort

Read More
SDL3 how to pass an array of pointers via appstate?...


c++arrayspointerssdl-3

Read More
What does exempting (unsigned char *) data type from strict aliasing rule achieve?...


cpointerscastingstrict-aliasing

Read More
Convert "this" pointer to string...


c++pointersstl

Read More
How are 2-Dimensional Arrays stored in memory?...


c++arraysc++11pointersmultidimensional-array

Read More
Adding structs to an array in C...


carrayspointersstruct

Read More
rewinding stdin in a bash script...


bashpointershttp-redirectpipestdin

Read More
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
Segfault when running function in heap with executable permissions...


clinuxpointerssegmentation-fault

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
BackNext