ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

chasing list pointers


From: Jack Andrews
Subject: chasing list pointers
Date: Sat, 11 Feb 2006 05:59:41 +0000

hi ho,

ddd is great!

i'm writing a lispy interpreter so i have many linked lists to inspect during debugging. ideally, i'd like to say "follow pointers to next element to a max depth of 3". is this possible?

eg: struct L{int x;struct L*y}
(a bit like asking for car,cdar,cddar..)

kind regards,


jack
----                       _I v o r y__K i t e____
jack andrews
vic australia            http://www.ivorykite.com/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]