News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

draw the expression tree(a testing project)

Started by ollydbg, February 19, 2018, 04:28:40 PM

Previous topic - Next topic

ollydbg

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.