B
BartC
ImpalerCore said:Greetings,
[snip]
Now I need a sane way to input a tree from keyboard. What would be the
easiest one?
If you want to input a tree from the keyboard, you could type in the
tree data in XML format, feed it to one of the parsers, and use its
events to trigger using your interface to populate your tree. It'll
take some work, but learning how to use an XML parser can be quite
useful.
It'll take quite some work on the part of the user as well, who will also
need to be an expert on XML. (As well as needing to be prepared for quite a
lot of typing..)
XML I would have thought was more suitable for file rather than keyboard
input, and would be best for machine-generated data.