CTreeCtrl and a linked list or somethink?
I just can't figure it out. Its probably so simple - but I just can't see it.
I wan't to be able to store a complete list of data (e.g CString objects for example) in some sort of organisation....so that I can insert it into a CTreeCtrl....and give me a hierachial representation
I've tried Linked lists and binary tree's...but I can't seem to do it.
Is there an answer...and simple way?...anyway?..
Thank you so much for any help you can give me....
Hours and hours spent playing with linked list :(