double deletion problemThank you very much~! I get the picture now.
double deletion problemthen how do I resolve the problem if I still want to add delete students by pointers? If I want t...
double deletion problemas a pointer. int main() { Student s1, s2; s1.input(); s2.input(); Student *st1, ...
double deletion problemI input 2 students, so the size is 2, slist[0] points to the first student object, slist[1] points t...
double deletion problemit does occur on the first attempt to delete
This user does not accept Private Messages