[Cs3] Smart Pointers on Design Patterns

Mikhail Nesterenko mikhail at cs.kent.edu
Tue May 3 23:04:55 EDT 2022


> 
> For all the design patterns we know we use raw pointers. Will it be
> required for us to use smart pointers to implement the design patterns on
> the final?

We restrict the smart pointers to the smart pointers lecture and
material. The only thing that we covered coding with smart pointers is
PIMPL.

The rest of the patterns are using raw pointers and I am not planning
to ask you guys to recode them on the exam. It might be an interesting
lab assignment though.

Thanks,
-- 
Mikhail


More information about the cs3 mailing list