29 Nov
2010
29 Nov
'10
9:33 p.m.
Hi, is there a difference between -- assume that x is a node n = x.next and n = node.next(x) ? I guess that node.prev(n) needs the prev pointer set, right? Patrick