I'm parsing through a file with a tree structure. I would like to create an object that will store each of the entries found and then allow me to store all the entries within it, using a node structure. How can I setup my new constructor and addSubBlock methods to accomplish this?
---------------------------------------------------------
On Mar 30, 2004 at 14:08 GMT+1 Reworded question to make it easier to understand.