PDA

View Full Version : C/C++ Development Environment for Emacs



tuhdo1710
September 6th, 2014, 04:07 PM
In this guide, I will help you to setup an efficient working C/C++ environment. Despite looking long, the setup is short and easy (mostly copy/paste Emacs Lisp code into your init.el); most of the guide are explanations and demonstrations of many useful features.

Please remember that there's a table of content on the top right corner and you can use it to navigate this guide. If you feel your internet connection is too slow for my guide, you can always clone and read it offline: https://github.com/tuhdo/tuhdo.github.io
I added an Emacs repository that is properly configured for demonstration purpose. You can clone and play with it and you can ignore all the Elisp code for setting up throughout the guide:



git clone https://github.com/tuhdo/emacs-c-ide-demo.git ~/.emacs.d

EDIT: I forgot to add the link to the guide: http://tuhdo.github.io/c-ide.html