Exercise 5.5: Smart pointer

For arguably the most complex chapter 5 about pointers, there are no solutions… why???

I struggle a lot with creating an array of smart pointers and no forum could acutally help me. Please provide solutions, as otherwise I do not learn anything from that chapter if nothing is working.

Hello @fjakob1998 ,

Is there any specific exercise that you are struggling with in this unit? In any case, you are totally right about your point. We are going to work in the following days/weeks on providing all the solutions for this course.

@fjakob1998
In the meantime, this is imo a very good reference for smart pointers:

https://www.learncpp.com/cpp-tutorial/introduction-to-smart-pointers-move-semantics/

Regards,
Johan

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.