Xref: utzoo comp.lang.c++:8852 gnu.g++:1025 Path: utzoo!attcan!uunet!mcsun!inria!chorus!mm From: mm@chorus.fr (Marc Maathuis) Newsgroups: comp.lang.c++,gnu.g++ Subject: Re: Does etags/ctags exist for C++ code ? Message-ID: <5920@chorus.fr> Date: 7 Aug 90 14:30:06 GMT References: <5756@chorus.fr> Sender: news@chorus.fr Lines: 22 In article <5756@chorus.fr>, mm@chorus.fr (Marc Maathuis) writes: | | I am using ctags(1) and etags(1) when programming in C. | I'm wondering if there is an equivalent for C++ code. | The only positive reponse I found is a ctags version for C++, called ctags++, which comes with Sun's CC preprocessor: $ cat /etc/motd SunOS Release 4.1 (GENERIC) #1: Wed Mar 7 10:59:35 PST 1990 $ whence CC ctags++ /usr/CC/sun4/CC /usr/CC/sun4/ctags++ $ CC -v Sun C++ 2.0 FCS - 10/20/89 There does not seem to be an etags equivalent. Marc P.S. Thanks to Jang Jang Joe (joe@kylie.otr.oz.au) for pointing this out.