User profile: Ratago

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Ratago
History
Joined:
Number of posts:3
Latest posts:

OOP_Classes
[quote]For Oriented Object Programming course I have the project below. First of all I need to defin...

How to find memory leaks?
Why do you need to worry about memory leaks? It is always a good practice to avoid [code]new[/code] ...

shared_ptr doesn't free memory when the counter reaches 0
make_shared() is better than the shared_ptr assignment, as it eliminates unnecessary copies.