Re: Source viewer for C++
- From: "Peteris Krumins" <peteris.krumins@xxxxxxxxx>
- Date: 29 Jan 2006 19:39:38 -0800
Phlip wrote:
> 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?
>
Inconvenient to use just for quickly going through a source file.
Have to run it then run browser to see output.
> (And don't write one yourself. Parsing C++ is a pain in the 'nads, due to
> conditional compilation, templates, etc...)
>
Not from scratch. I would do little research and put together different
open source tools which parse code already and just make visual
interface displaying
results. But that would take a few days anyway and if there already is
such tool then
I better use it.
P.Krumins
.
- References:
- Source viewer for C++
- From: Peteris Krumins
- Re: Source viewer for C++
- From: Phlip
- Source viewer for C++
- Prev by Date: Re: Source viewer for C++
- Next by Date: Interview Questions Jan 30 2006
- Previous by thread: Re: Source viewer for C++
- Next by thread: Interview Questions Jan 30 2006
- Index(es):
Relevant Pages
|