News:

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

Main Menu

help me to get expanded macro code?

Started by hr1212s, May 24, 2010, 07:22:02 AM

Previous topic - Next topic

hr1212s

i'm using code::blocks 8.02
does anyone knows how to watch expanded preprocessor code

ollydbg

Don't multi-post!!!
And learn the GCC preprocessor options firstly.
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.