Related articles |
---|
Looking for tool to generate C/C++ crossrefs andrewb@cs.washington.edu (Andrew Berg) (1998-10-04) |
Re: Looking for tool to generate C/C++ crossrefs ok@atlas.otago.ac.nz (Dr Richard A. O'Keefe) (1998-10-06) |
Re: Looking for tool to generate C/C++ crossrefs keil@ert.rwth-aachen.de (Wolfgang Keil) (1998-10-07) |
Re: Looking for tool to generate C/C++ crossrefs ludemann@inxight.com (1998-10-10) |
Re: Looking for tool to generate C/C++ crossrefs jaxon@soltec.net (Greg Jaxon) (1998-10-13) |
From: | "Dr Richard A. O'Keefe" <ok@atlas.otago.ac.nz> |
Newsgroups: | comp.compilers |
Date: | 6 Oct 1998 15:10:58 -0400 |
Organization: | Department of Computer Science, University of Otago |
References: | 98-10-025 |
Keywords: | C, C++, tools |
Andrew Berg wrote:
> I am looking for a tool to generate cross references for a collection
> of C/C++ source and header files.
> Is there any other options that I just don't see?
It doesn't handle C++, but lcc is small, free, and already has the
hooks in there for cross-reference. It doesn't do preprocessor
stuff, but it comes with a free cpp you could hack easily for that
purpose.
What platform are you using? Is there some reason you can't
use cscope or ciao?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.