Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

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?

Which vector address is safer?

c++ pointers vector

Not able to understand what this C function does

c pointers

Dangers of pointers

c pointers

Compilation warning for void ** and void *

c pointers

creating and verifying a pointer into "if" statement

c++ pointers if-statement