Segmentation fault with std::listErr... I don't have the wrong version anymore, but it was something like that : [code]void functio...
Segmentation fault with std::listAh, right. I already have a function which allows to change all the private variables (which is Chan...
Segmentation fault with std::listI tried to add the copy constructor, but nothing changed. Maybe I did it wrong ? [code] room::room(...
Segmentation fault with std::listHi all, I have this class named "room" : [code] class room{ private : int* arr...
Recursive class method crashing the consoleI think you got it right. The problem was in ~node(), which tried to delete children using garbage p...