uva-cs / pdr

A repo for a Program and Data Representation university-level course
Other
91 stars 227 forks source link

Lab 12: Change to introduce smart pointers? #121

Open 50Wliu opened 4 years ago

50Wliu commented 4 years ago

Just an idea; I feel like introducing students to smart pointers is a much better use of time than introducing them to Objective-C.

Smart pointers are key to avoiding memory leaks, and are highly recommended for "modern" C++ development.