Quiz
Here's a short quiz to test our understanding.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which of the following are valid operations on p given const
std::unique_ptr<int> p = std::make_unique<int>(42)
? Select all that apply.
A.
++(*p)
B.
++p
C.
*p = *p**p
D.
*p = **p
1 / 6