有个问题想求教一下是关于转义字符的
#include "stdafx.h"#include <iostream>
using namespace std;
int count=5;
int total;
int main()
{
cout"<<total<<++count+6\n";
return 0;
}
1>f:\win32\exce_01\exce_01\exce_01.cpp(8) : error C2143: 语法错误 : 缺少“;”(在“字符串”的前面)
我用的是vs2008
我知道如果用endl也可以但是我就是要用\n,不知哪位高手能帮忙解答一下,不胜感激!!!!!