B
BldrCowboy
I've just been put on a project in which I have to use and modify an
existing code base. To be frank, this code is virtually unreadable
because of the rampant use of #define's. It is so bad that in many
places I can hardly tell what code is compiled and what is not.
Before I can even start working I have to figure out what the code does
(or is suppose to do). I need something that will simply help read it.
Is there anything out there that will help?? I've looked at a couple of
code formatters. They don't seem to do anything but fix up braces and
indents. If that was my only issue, I'd be home free. What I really
want is something like a pre-processor which will pull out the active
code and throw the rest of it away.
It doesn't need to be free. I'm more than willing to pay for a tool
that will actually help.
Thanks for any advice.
Fred
existing code base. To be frank, this code is virtually unreadable
because of the rampant use of #define's. It is so bad that in many
places I can hardly tell what code is compiled and what is not.
Before I can even start working I have to figure out what the code does
(or is suppose to do). I need something that will simply help read it.
Is there anything out there that will help?? I've looked at a couple of
code formatters. They don't seem to do anything but fix up braces and
indents. If that was my only issue, I'd be home free. What I really
want is something like a pre-processor which will pull out the active
code and throw the rest of it away.
It doesn't need to be free. I'm more than willing to pay for a tool
that will actually help.
Thanks for any advice.
Fred