臨時對象錯誤

首先來看一個經典的錯誤web class my_string { char *s; public: my_string(const char *str); ~my_string() { if (s) delete[] s; cout << "Free s\n" << endl; } void show() { cout << "show:" << endl; c
相關文章
相關標籤/搜索