Re: Source viewer for C++



Peteris Krumins wrote:

> Before I program one myself I wanted to know if anyone knows a text
> editor or special
> source viewing tool for C++ which basically parses the source and
> displays classes,
> templates, functions, namespaces etc. seperately and nicely for quick
> viewing them.

Doxygen?

(And don't write one yourself. Parsing C++ is a pain in the 'nads, due to
conditional compilation, templates, etc...)

--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!


.