help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs as a C++ IDE


From: Wei Weng
Subject: Re: emacs as a C++ IDE
Date: Sat, 04 Oct 2008 23:31:01 -0400
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

alessandro.bernardini.1979@gmail.com wrote:
> I want to use Emacs for C++ programming with SuSE LINUX and Windows
> Vista.
> 
> I have readed the Emacs manual and searched the web, but i still have
> those questione:
> 
> - how can i have interactive help in emacs writing C++ code ? If i
> write a C++ keyword, I would like to  get help and informations and
> examples about it, only typing a command.
> 
> - how can i browse classes in emacs ? Is cscope the best tool ? I
> woluld like to have informations about any classes or functions in my
> code, and to browse it easily. I need informations not only about the
> classes in my file, but in all header files too and so on recursively,
> INCLUDING the standard library. Is this possible ?
> 
> - what about ecb ? What other tools i need ?
> 
> Thank you very much in advance !
> 
> A.B.

I use ecb with semantic 1.0, and a CVS build of emacs 23.

ECB is pretty good. :)

You can use ebrowse if you want to have a global view of all the classes in
all of your related C++ projects.

Thanks
Wei




reply via email to

[Prev in Thread] Current Thread [Next in Thread]