News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Just a reminder Codelite IDE now have improved it's parser

Started by ollydbg, December 23, 2009, 05:00:42 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.