donotturnoff / aerend

My third year project
0 stars 0 forks source link

Better resource management and rule of five for new code #59

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

With large amounts of new code, I need to make sure I am obeying the rule of five and managing resources well (judicious use of references, pointers, smart pointers, etc).