I've got a linklist class and would like to have the ability to create a new node that can instantiate it's own new linklist. (some what of a multidimensional link list)
I've tried the line: linklist *self = this;
but my program crashes when i exit. any thoughts?