C ++编译窗口包含垃圾字符

时间:2013-01-23 11:47:25

标签: c++ emacs

我正在使用emacs编译c ++程序。在编译窗口中,我得到垃圾字符。示例如下。

#include <iostream>
#include <string>

using namespace std;


int main()   
{   
 error

}

我正在使用编译命令编译这个内部emacs

g++  error.cpp

在编辑窗口中,我收到以下错误。

g++ error.cpp 
error.cpp: In function âint main()â:
error.cpp:10:3: error: âerrorâ was not declared in this scope
error.cpp:12:1: error: expected â;â before â}â token

Compilation exited abnormally with code 1 at Wed Jan 23 17:09:17

你可以注意到窗口中有一些垃圾字符(许多垃圾在粘贴过程中都消失了!)。怎么能避免这个? 。如果我在终端中进行编译,我不会看到问题。

我在ubuntu 12.10中使用emacs 24.1.1

0 个答案:

没有答案