
27 Jul
2005
27 Jul
'05
5 p.m.
Damien Fisher wrote:
I was actually thinking of writing this exact tool
Me too, except I was going to ask someone else to write it ;-)
using wave earlier today, so count me in as someone who would find it *very* useful. You might like to play around with "gcc -M" (which enables this feature for gcc).
Just about every compiler can do this, VC being a notable exception; VC has the /showIncludes option which outputs messages to stderr. Jonathan