Code Browser for C++ on UNIX.

V

Vinay

Hi Everybody,

I have been using a combination of ctags, cscope & vi editor as a code
browsing tool for my millions of lines of C/C++ code.

Each of my development environment, need not necessary have a cscope.
So i have to rely on ctags & vi.

The problem i face out here is, if there are multiple C functions with
the same name, vi locates only the first occurance.

How can i get to know about other occurance?(other than using grep)
Does the latest ctags & vi editor solve this problem?

Also please let me know if there are more better tool for browsing &
editing?

Please note I cannot use XWindows in my development environment.

Thanks & Regards,
-Vinay.
 
R

red floyd

Vinay said:
Hi Everybody,

I have been using a combination of ctags, cscope & vi editor as a code
browsing tool for my millions of lines of C/C++ code.

Each of my development environment, need not necessary have a cscope.
So i have to rely on ctags & vi.

The problem i face out here is, if there are multiple C functions with
the same name, vi locates only the first occurance.

How can i get to know about other occurance?(other than using grep)
Does the latest ctags & vi editor solve this problem?

Also please let me know if there are more better tool for browsing &
editing?

Please note I cannot use XWindows in my development environment.

Thanks & Regards,
-Vinay.

I believe you can get cscope off of sourceforge. So get it and put it
on all your dev environments!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top