Author Topic: draw the expression tree(a testing project)  (Read 17002 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5905
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
draw the expression tree(a testing project)
« on: February 19, 2018, 04:28:40 pm »
I try to print the expression tree in this Code completion and STM32 peripheral registers, and I found the wxtreelayout class(only exists in wx 2.x, but removed for wx 3.x) is quit interesting.

It is not finished, but I can show a screen shot, still not finished yet. :)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.