just rewrite, not re-rewrite
This commit is contained in:
committed by
JamesFlare1212
parent
2fa18a094f
commit
1383572b2f
@@ -57,7 +57,7 @@ dsSharedPtr (see also STL shared_ptr or Boost shared_ptr). A shared pointer uses
|
|||||||
When the last person disconnects from a Balloon using a shared pointer, the Balloon is automatically deleted.
|
When the last person disconnects from a Balloon using a shared pointer, the Balloon is automatically deleted.
|
||||||
|
|
||||||
Re-compile & re-run with the memory debugger to confirm you have fixed the simple leaks. For the final
|
Re-compile & re-run with the memory debugger to confirm you have fixed the simple leaks. For the final
|
||||||
piece of this checkpoint (marked CHECKPOINT 2C), you must also re-rewrite the interconnected balloon
|
piece of this checkpoint (marked CHECKPOINT 2C), you must also re-write the interconnected balloon
|
||||||
example to use shared pointers. You will need to modify the Balloon class to use dsSharedPointer as well.
|
example to use shared pointers. You will need to modify the Balloon class to use dsSharedPointer as well.
|
||||||
|
|
||||||
**To complete this checkpoint**: Explain to your TA the code you needed to add and/or modify to correct
|
**To complete this checkpoint**: Explain to your TA the code you needed to add and/or modify to correct
|
||||||
|
|||||||
Reference in New Issue
Block a user