Charlotte Curtis April 8, 2024
Textbook Section 11.4
int main() { SomeDynamicClass a("Foo"); SomeDynamicClass b = a; return 0; }
$ free(): double free detected in tcache 2
Textbook Sections: All of them? Or none, I guess
My advice: practice! Go over labs, assignments, try doing things on paper
And that's about it!