User profile: Delca

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

Segmentation fault with std::list
Err... I don't have the wrong version anymore, but it was something like that : [code]void functio...

Segmentation fault with std::list
Ah, right. I already have a function which allows to change all the private variables (which is Chan...

Segmentation fault with std::list
I tried to add the copy constructor, but nothing changed. Maybe I did it wrong ? [code] room::room(...

Segmentation fault with std::list
Hi all, I have this class named "room" : [code] class room{ private : int* arr...

Recursive class method crashing the console
I think you got it right. The problem was in ~node(), which tried to delete children using garbage p...