How do I create records that point to a record of the same type?
15 Mar
2005
15 Mar
'05
11:27 a.m.
I have changed from gpc into turbo pascal. The code that compiled for me in gpc doesnt compile now in turbo pascal. The code: type NumNode = record Value: integer; pNext: ^ NumNode; end; The compile error I get: Undefined type in pointer definition (NUMNODE) __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
7821
Age (days ago)
7822
Last active (days ago)
4 comments
5 participants
participants (5)
-
CBFalconer -
Frank Heckenbach -
Igor Marnat -
loop lopy -
Waldek Hebisch