BUFSIZ这个变量名不能被vs2008 const
#include<iostream>usingnamespacestd;intmain(){constsize_tBUFSIZ=128;chars[BUFSI...
#include <iostream>using namespace std;int main(){ const size_t BUFSIZ=128; char s[BUFSIZ]; while(cin.getline(s,BUFSIZ)) cout<<s<<'\n'; return 0;}我的VS2008不能编译通过\ee.cpp(5) : warning C4091: “”: 没有声明变量时忽略“const unsigned int”的左侧\ee.cpp(5) : error C2143: 语法错误: 缺少“;”(在“常量”的前面)\ee.cpp(5) : error C2106: “=”: 左操作数必须为左值
展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询