Unix Programming - ctags for c++ source code

This is Interesting: Free IT Magazines  
Home > Archive > Unix Programming > December 2004 > ctags for c++ source code





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author ctags for c++ source code
vamsi

2004-12-30, 7:56 am

How to set ctags for C++ code (*.C , *.H) (only for some specific files
specified in some temp file)
from main direcory where the subdirectories contains the desired source
files ?

Please help.



Bart van Deenen

2004-12-30, 7:56 am

vamsi <vamsi.komati@gmail.com> wrote:

> How to set ctags for C++ code (*.C , *.H) (only for some specific files
> specified in some temp file)


ctags `cat tempfile`

or

ctags $(cat tempfile)

Best regards

Bart van Deenen

vamsi

2004-12-30, 5:53 pm

Its not working.
I have a function line Sim.data() , and i m not able to browse through it.
Just to make a note , its for c++ source code.
"Bart van Deenen" <bvdeenen@xs-four-all.nl.invalid> wrote in message
news:1gpm0oj.f90n2h1qbt1cqN%bvdeenen@xs-four-all.nl.invalid...
> vamsi <vamsi.komati@gmail.com> wrote:
>
>
> ctags `cat tempfile`
>
> or
>
> ctags $(cat tempfile)
>
> Best regards
>
> Bart van Deenen
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com