Any decent code browser for c/c++

Programming, for all ages and all languages.
Post Reply
User avatar
Neo
Member
Member
Posts: 842
Joined: Wed Oct 18, 2006 9:01 am

Any decent code browser for c/c++

Post by Neo »

What code browser do you use?
I been searching for a decent C++ code browser but haven't found anything good.
So just thought I'd ask here to get some opinions/links.
Only Human
n3Ro

Re:Any decent code browser for c/c++

Post by n3Ro »

I use Eclipse CDT, it has everything i need ^^. But it also has one downside: i eats up resources like hell ;)
Kemp

Re:Any decent code browser for c/c++

Post by Kemp »

My favourite is Notepad 2 (not Notepad) for quick opening and Visual Studio for all the extras like auto-complete and suchlike.
User avatar
Neo
Member
Member
Posts: 842
Joined: Wed Oct 18, 2006 9:01 am

Re:Any decent code browser for c/c++

Post by Neo »

Actually I was wanting something that could cross-reference, show where a varible/function was declared etc.
Any thing like that available?
Only Human
B.E

Re:Any decent code browser for c/c++

Post by B.E »

apart from Eclipse, I think the best code editor would be VIM. there are scripts that people have made that find variables/functions. for example the is one called taglist.vim. it allows you to do what you want.

But it's difficult to use if you have not used it before.
nick8325
Member
Member
Posts: 200
Joined: Wed Oct 18, 2006 5:49 am

Re:Any decent code browser for c/c++

Post by nick8325 »

I know of 2, OpenGrok and Source-Navigator. I just installed OpenGrok and it seems quite nice. I've used Source-Navigator before but it doesn't really seem to be maintained any more...
Post Reply