View Single Post
Newbie Member
21Mar2010,17:45  
PcCopat's Avatar
I've found the error.

I should have used
Code:
head->docNum = new NodeSmall;
instead of
Code:
NodeSmall *docNum = new NodeSmall;