Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any good advice on using emacs for C++ project? [closed]

Tags:

c++

emacs

I'm looking for a good article on using emacs as C/C++ IDE.

Something like Steve Yegge's "Effective emacs".

like image 491
Serge Avatar asked Aug 14 '08 10:08

Serge


2 Answers

No specific article, really, but I've found EmacsWiki to be full of useful information. Consider checking out these entries:

  • CPlusPlus as a starting point for many C++-related articles, and
  • CppTemplate to define a template that can give you a good skeleton when you start new files
like image 73
Blair Conrad Avatar answered Sep 19 '22 23:09

Blair Conrad


I've recently stumbled upon this article which is quite good.

EDIT: Yep the link is no longer valid. It seems like they've changed their url recently and it doesn't redirect properly. Hopefully it will be back soon. Anyway the article was called "Benjamin Rutt's Emacs C development tips". I managed to find a copy here.

like image 25
Serge Avatar answered Sep 20 '22 23:09

Serge