Source code browsers for C++ - Compilers
This is a discussion on Source code browsers for C++ - Compilers ; Hi, Can anyone recommend a good program that I could use to help
understand a large and complex C++ program? I have been told that
there are such programs that will convert the source code into a set
of HTML ...
-
Source code browsers for C++
Hi, Can anyone recommend a good program that I could use to help
understand a large and complex C++ program? I have been told that
there are such programs that will convert the source code into a set
of HTML pages.
Many Thanks,
Nik Shaylor
-
Re: Source code browsers for C++
On 28 Feb 2005 00:53:12 -0500, Nik Shaylor wrote:
> Hi, Can anyone recommend a good program that I could use to help
> understand a large and complex C++ program? I have been told that
> there are such programs that will convert the source code into a set
> of HTML pages.
http://www.doxygen.org
--
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de
-
RE: Source code browsers for C++
May be you can try Doxygen or UnderstandC++ (www.scitools.com). To
explore more options please google!!
> Hi, Can anyone recommend a good program that I could use to help
> understand a large and complex C++ program?
-
Re: Source code browsers for C++
"Nik Shaylor" <nscompcompilers1@c7.org> wrote in message
> Hi, Can anyone recommend a good program that I could use to help
> understand a large and complex C++ program? I have been told that
> there are such programs that will convert the source code into a set
> of HTML pages.
DOxygen's okayish, even does diagrams, but needs special comment formats 
Don't know any others, would like to though.
LXR, the Linux Cross Reference Project produces nice syntax colouring, I
think there 'CVS' like webware is open source, but not really for local
usage.
I would like to find something that can handle any C++ without needing
Java/DOxygen @param style quotes. Okay for new projects that are going to
adopt such styles of commenting but for existing code not so good.
Aaron
-
Re: Source code browsers for C++
On 28 Feb 2005 00:53:12 -0500 in comp.compilers,
nscompcompilers1@c7.org (Nik Shaylor) wrote:
>Hi, Can anyone recommend a good program that I could use to help
>understand a large and complex C++ program? I have been told that
>there are such programs that will convert the source code into a set
>of HTML pages.
Have a look at cscope http://cscope.sourceforge.net
--
Thanks. Take care, Brian Inglis Calgary, Alberta, Canada
Brian.Inglis@CSi.com (Brian[dot]Inglis{at}SystematicSW[dot]ab[dot]ca)
fake address use address above to reply
-
Re: Source code browsers for C++
I think sourcenavigator is what you are looking for...
http://sourcenav.sourceforge.net/index.html
regards,
avi.
-
Re: Source code browsers for C++
nscompcompilers1@c7.org (Nik Shaylor) wrote
> Hi, Can anyone recommend a good program that I could use to help
> understand a large and complex C++ program? I have been told that
> there are such programs that will convert the source code into a set
> of HTML pages.
You might also find interesting the following link:
http://www.codeproject.com/useritems/DoxyS.asp
or the link to the original home page:
http://www.doxys.dk/
I'm using it just now, and find its results more visually pleasing
than those from doxygen. Of course it's a matter of personal taste 
Its use is extremely simple, and the documentation conventions are the
same as those of doxygen, so if you have source files already set for
doxygen, they're also good for DoxyS.
The only negative side I see, it takes a little more time to produce
its output, but not that much!
Similar Threads
-
By Application Development in forum Compilers
Replies: 1
Last Post: 10-29-2007, 12:04 AM
-
By Application Development in forum xharbour
Replies: 1
Last Post: 10-27-2007, 11:10 AM
-
By Application Development in forum Javascript
Replies: 3
Last Post: 06-07-2007, 02:52 PM
-
By Application Development in forum c++
Replies: 15
Last Post: 12-27-2006, 03:18 PM