system('pause'); 运行时报错:error C2015:常量中的字符太多
#include <stdlib.h>
int main(void)
{
system('pause');
return 0;
}错误
1 error C2015: 常量中的字符太多 d:\c++\test\test\test.cpp
2 IntelliSense: 字符常量中的字符过多 d:\C++\test\test\test.cpp
Visual Studio 2013