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...
|