The question is pretty straight forward. I'm currently using Source Insight, but its parsing of preprocessor macros is not perfect. I need a reliable tool to show me the treeview of nested #ifdef
and #if
macros.
I'm writing a new function, and I need to know in which "scope" to put it, to avoid cluttering the global namespace when the #define
s this function depends on aren't defined.