Thread
:
Connecting link lists
View Single Post
PcCopat
Newbie Member
21Mar2010,17:45
I've found the error.
I should have used
Code:
head->docNum = new NodeSmall;
instead of
Code:
NodeSmall *docNum = new NodeSmall;