Search code examples
Char array has different address when copied by pointer...

c++pointersconstantsmemory-address

Read More
How to know heap overflow point?...

arrayscpointersmallocheap-memory

Read More
How to test a C pointer for whether it points to a struct...

cpointersstructnull

Read More
How to Implement operator-> for a Custom UniquePtr Class in C++?...

c++pointersoperator-overloadingoperatorssmart-pointers

Read More
What does the variable declaration `const int *__errno_location ()` inside this catch statement actu...

c++functionpointerstry-catchdereference

Read More
typedef for constant pointer to constant data function array...

arrayscpointersconstants

Read More
Transfer pointer from dll (c/c++) to python...

pythonc++cpointersctypes

Read More
C++11 range-based for on a vector of pointers...

c++pointersgcc

Read More
Is (p == NULL) the same as (*p == 0) in C++?...

c++pointersnull

Read More
What is a "known bad pointer value"?...

c++pointersnulldestructornullptr

Read More
Return wchar_t* from a C function that allocates memory for the string...

c++pointerswchar-t

Read More
Comparison between void pointers in C++...

c++pointersequalityvoid

Read More
How does free know how much to free?...

cpointersfree

Read More
Is it allowed to allocate spin locks on the stack?...

pointerslinux-kernelstacklinux-device-driverspinlock

Read More
How can I store float variable to int array (C)?...

carrayspointersvariables

Read More
wrong values when displayed : C pointer or malloc issue?...

cpointersmatrixmalloc

Read More
How to unsafely get a concrete reference from a Box<dyn Trait>?...

pointersrustcastingtraits

Read More
How can I get a pointer to a managed function to provide to unmanaged code as a callback?...

c#pointersdllimport

Read More
How to fill in a 2D array by equating it to a function with void parameters?...

arrayscpointers2d

Read More
Lua table->address and address->table...

pointerslualua-table

Read More
Is there an alternative syntax to initialize a const pointer to const data?...

cpointersinitialization

Read More
why cant i access the location in char pointer array with dereference to int pointer as index...

arrayscpointersmultidimensional-arraychar

Read More
iterate through array with while...

cpointerswhile-loop

Read More
i want to change the value of the first program with the second program...

c++pointersmemory

Read More
Cannot append to slice inside a function...

pointersgoslice

Read More
Can I use more heap than 32 GB with compressed oops?...

javapointersoptimizationcompression

Read More
Convert byte to string using reflect.StringHeader still allocates new memory?...

stringpointersgounsafe

Read More
Compilation error when using C++ template functions that accept as arguments another functions that ...

c++pointerstemplatesconstants

Read More
What is the difference between *mut [T] and *mut T when allocating?...

pointersrustmemory-management

Read More
c++ pointer reference method call...

c++pointersmethodsreferencecall

Read More
BackNext