| | Re: Dynamic lists allowed?
|
| (...) This should be "struct tNode *next;" (...) After this, any time you want to refer to a tNode, you need to say "struct tNode". Or you can put "typedef struct tNode tNode" and then use the "tNode" as a type like you're doing. (24 years ago, 12-Apr-01, to lugnet.robotics.rcx.legos)
| | | | Re: Dynamic lists allowed?
|
| (...) Thanks for your help. The program is running fine now. Would you happen to know if anyone has created this sort of high level functions? If not more people might be interested. jm (24 years ago, 13-Apr-01, to lugnet.robotics.rcx.legos)
| |