I have a mother class that stores the pointers to some objects in a list. I want these objects to detach themselves from the list when they are destroyed. Can anyone suggest some good ways to do this please?
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...