您的位置:首页 > 编程语言 > C语言/C++

Emacs 24.2.1 简单配置c++ 学习环境

2012-11-17 23:52 393 查看
环境:

Windows 7 Home Basic

Cygwin (不是必要条件,个人喜好,从该镜像安装:China: mirrors.neusoft.edu.cn(ftp))

MinGW (使用CodeBlocks捆绑的,设置到Path)

使用的插件:

color-theme.el

yasnippet

auto-complete-1.3.1

smart-compile.el

tabbar.el

配置文件: http://files.cnblogs.com/wucg/emacs_home..zip

auto-complete 可能需要重装install.

M-x 3 (水平分割窗口)

编写HelloWorld.cpp

M-x smart-compile

M-! HelloWorld.exe ( 或 M-x shell 新建一个窗口shell,在里面运行生成的程序. )

如图:

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: