Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

When to use Box instead of reference?

pointers rust

Delphi memory leak with pointer to TStringList

How do we find the output of the following C program?

c pointers sizeof

What does this C pointer code do?

c pointers

How are arrays "implemented" in C?

c arrays pointers gcc

Convert unique_ptr<Derived> to unique_ptr<Base>

c++ pointers unique-ptr

What happens when I modify the swap function this way?

c++ c pointers memory swap

Pointer to an Array troubles C++

c++ pointers

Safely moving a C++ object

Returning an array of char pointers

c pointers

Objective-C Pointers > pointing to properties

C++ Instances VS pointers VS references

delete pointer that is assigned from another pointer, should i delete the other one again?

c++ pointers

How to add an element into the vector of pointers?

c++ pointers vector

Space between arrow operator in C

c pointers standards arrows

Is there a way to return null instead of custom object (not pointer)?

c++ class pointers null

Why are two integer pointers of the same value point to the same thing (via ==) ?

c pointers integer

Memcpy Char Pointers

c++ c pointers char memcpy

Freeing malloced structure in a function

c pointers malloc free

free won't delete memory allocated to the pointer (int array), using free twice works, why?