User profile: kaitoyzc

User info
User name:kaitoyzc
History
Joined:
Number of posts:7
Latest posts:

double deletion problem
Thank you very much~! I get the picture now.

double deletion problem
then how do I resolve the problem if I still want to add delete students by pointers? If I want t...

double deletion problem
as a pointer. int main() { Student s1, s2; s1.input(); s2.input(); Student *st1, ...

double deletion problem
I input 2 students, so the size is 2, slist[0] points to the first student object, slist[1] points t...

double deletion problem
it does occur on the first attempt to delete

This user does not accept Private Messages