mm@chorus.fr (Marc Maathuis) (07/12/90)
I am using ctags(1) and etags(1) when programming in C. I'm wondering if there is an equivalent for C++ code. Please reply by email, since I don't read this newsgroup. Thanks! Marc -- Marc Maathuis Tel +33 (1) 30 57 00 22 Chorus systemes Fax +33 (1) 30 57 00 66 6, avenue Gustave Eiffel E-mail: mm@chorus.fr (Internet) 78182 St. Quentin en Yvelines Cedex or: mm%chorus.fr@mcsun.EU.net France
mm@chorus.fr (Marc Maathuis) (08/07/90)
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.