Search code examples
The function collects the array and returns it. After ciout memory is still occupied by this array, ...

c++arraysfunctionpointerscout

Read More
Concatenation of 2 strings and a new pointer returned...

cstringfunctionpointers

Read More
Why does following C code print 45 in case of int 45 and 36 in case of STRING and ASCII value of CHA...

cpointerschar

Read More
Executing assembler code with python...

pythonpointersassemblymemory-address

Read More
Why does int **a = &(&val); result in an error in C++?...

c++pointersmemory-managementsyntaxcompiler-errors

Read More
Call to implicitly deleted copy constructor when using smart pointer with std::map()...

c++classpointersstdmap

Read More
Tetris Game array issue...

c++arrayspointerstetris

Read More
An inclusion of a null pointer is making content of another pointer to have a value (most probably g...

cpointersgarbagenull-pointer

Read More
What is the uintptr_t data type?...

c++pointerstypes

Read More
Taking a structure pointer as a function's parameter...

cfunctionpointers

Read More
C# - Unsafe and Pointers Basics...

c#pointersunsafe

Read More
segfaults in C++ when using std::shared_ptr...

c++pointersfunction-pointersshared-ptrsmart-pointers

Read More
move assignment argument throws error when dereferenced but works when member accessed directly...

c++pointersmove-semanticsrvalue

Read More
Good practice to initiate class member pointer that points to another class?...

c++classpointersreference

Read More
Why Does C# Syntax Treat ptr = null Differently from Pointer Dereferencing in C++?...

c#c++.netpointersreference

Read More
Can memory still be accessed after using delete[]?...

c++pointers

Read More
how to modify a linked list by using pointers only...

pointersrustlinked-list

Read More
Create a pointer to two-dimensional array...

carrayspointers

Read More
Are array of pointers to different types possible in c++?...

c++arrayspointers

Read More
I don't understand, how the given pointers are working in C...

cpointerscasting

Read More
Storing a string at some given address stored in a pointer...

cstringpointersmemory

Read More
malloc() doesn't allocate what I expect it to...

cpointersmalloc

Read More
In C++, is it valid to treat scalar members of a struct as if they comprised an array?...

c++pointersstructundefined-behaviorstrict-aliasing

Read More
Strict aliasing, CUdeviceptr, and cuMemAllocManaged...

c++pointerscudastrict-aliasing

Read More
C: Which character should be used for ptrdiff_t in printf?...

cpointersprintf

Read More
Accessing memory byte by byte...

c++pointers

Read More
extracting a string from a function in C...

arrayscpointers

Read More
printf not printing out the given parameters...

cpointers

Read More
When is an array name or a function name 'converted' into a pointer ? (in C)...

carraysfunctionpointersfunction-pointers

Read More
Difference Between declaration of 2D array and pointer...

arrayscpointerscompilationdouble-pointer

Read More
BackNext