View Single Post
  #1 (permalink)  
Old January 24th, 2005, 07:45 AM
pazzuzu pazzuzu is offline
Authorized User
 
Join Date: Jul 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default Creating a Tree Structure


Hi All,

I want to build a structure of userdefined elements,which will be having child & subchild elemetnts as well(Like a Tree Structure). Using STL or so...

Is there any build-In facility in c++,by which I could create a tree structure like this & query for elements as well, within this structure.

If not any suggestions how to proceed.....

Thanks...


Reply With Quote