News:

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

Main Menu

FYI: wxWidgets 3.2.7 Released

Started by ollydbg, March 21, 2025, 10:57:54 AM

Previous topic - Next topic

ollydbg

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.