You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use unique_ptr instead of raw pointers for memory safety
Replaced raw pointers with unique_ptr for better memory management in main functions.
Since this is a teaching tool, I think it's best to teach beginners good modern C++ code.
0 commit comments