腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(946)
视频
沙龙
2
回答
c++使用类来计数文件中的行
、
error : identifier 'name' while (getline(myfile, line)) //Multiple markers at this line -
C2059
浏览 2
提问于2013-12-23
得票数 1
回答已采纳
1
回答
使用Winbase.h时出现编译错误
、
、
、
、
error : id 1>c:\winddk\7600.16385.1\inc\api\winbase.h(318) : error
C2059
: id 1>c:\winddk\7600.16385.1\inc\api\winbase.h(320) : error
C2059
: ', 1>c:\winddk\7600
浏览 4
提问于2013-07-16
得票数 0
回答已采纳
1
回答
使用MS visual studio 2019 C++时Codeforces上的编译错误
、
、
、
C2065: 'or': undeclared identifier error
C2059
: syntax error: ')' error
C2059
: syntax error: 'else' error C2143:erro
浏览 30
提问于2020-05-24
得票数 0
1
回答
为什么这个程序不能在VC++2008Express中编译?
、
missing '{' before ':'1>c:\program files\microsoft visual studio 9.0\vc\include\cstdio(41) : error
C2059
missing '{' befo
浏览 1
提问于2011-10-25
得票数 0
回答已采纳
1
回答
Visual Studio 2010源批注关键字导致名称冲突
在将项目从Visual Studio2005转换到Visual Studio2010之后,该项目似乎不再构建,并产生了大量的
C2059
错误,如:我们使用的是Visualprogram files (x86)\microsoft visual studio 10.0\vc\include\codeanalysis\sourceannotations.h(88): error
C2059
program files (x86)\microsoft visual studio 10.0\vc\include\
浏览 0
提问于2012-02-29
得票数 1
回答已采纳
1
回答
生成失败,在visual C++中出现cstdio和cstdlib错误
、
、
identifier 'clearerr'1>c:\program files\microsoft visual studio 10.0\vc\include\cstdio(41): error
C2059
: identifier 'ferror' 1>c:\program
浏览 1
提问于2011-05-22
得票数 11
2
回答
为什么在三元操作符中不能使用带括号的列表?
、
、
、
、
1 : { }; //
C2059
: syntax error : '{' return b ?{1} : {0}; //
C2059
: syntax error : '{'为什么在三元操作符中不能使用带括号的列表? 是C++标准定义的不正确的行为,还是VC++编译器?的错误。
浏览 3
提问于2013-09-17
得票数 32
回答已采纳
1
回答
使用Check for C单元测试时出现问题
、
其中大部分是
C2059
语法错误。列表如下:
C2059
: syntax error : ';'C2146: syntax error : missing ')' before identifier 'pid'C206
浏览 3
提问于2015-04-23
得票数 0
2
回答
在Windows上为php 8.0.12编译SAP SqlAnywhere扩展
、
、
、
、
: syntax error: ';'ext\sqlanywhereext\sqlanywhere\sqlanywhere.c(780): error
C2059
: syntax error: '}'ext\s
浏览 20
提问于2021-12-04
得票数 1
1
回答
在同一个项目中使用两个库时,C++无法识别的模板声明(Cork+VTK)
、
、
98): error C2988: unrecognizable template declaration/definition1>C:\cork\src\math\vec.h(100): error
C2059
: syntax error: 'const' 1>C:\cork\src\math
浏览 4
提问于2017-11-20
得票数 0
回答已采纳
2
回答
windows中的Openssl问题
、
、
err_all.c X:\dev: syntax error : '(' X:\dev\openssl\inc32\openssl/ocsp.h(208) : error
C2059
: syntax error : '}'X:\dev\openssl\inc32\openssl/ocsp.h
浏览 8
提问于2011-12-01
得票数 4
1
回答
代码可以在一个Visual Studio C++项目中工作,但不能在另一个项目中工作
、
error C2065: 'packed' : undeclared identifier error
C2059
: syntax error : ')' error
C2059
: syntax error : ';' error
C2059
: syntax error : 'type'error C2065: 'p
浏览 13
提问于2015-05-31
得票数 0
1
回答
将__asm块定义为C宏时遇到的错误
、
、
、
当我试图用c宏定义多指令共享字节混淆代码时,编译时会出现错误,如果不使用c宏定义,则错误代码为C2414和C2400,可以成功编译。#define test __asm{\} __asm _emit 0xeb\__asm _emit 0xc0\} {}
浏览 10
提问于2022-09-02
得票数 1
1
回答
使用poco库构建HTTPS服务器时的错误
、
、
、
: '*'1>D:\Programming\OpenSSL-Win32\include\openssl/ssl.h(443): error
C2059
: syntax error: '*' 1>D:\Programming/ssl.h(446): error
C20
浏览 18
提问于2016-03-23
得票数 1
回答已采纳
2
回答
用C和C++代码编译C++项目中的错误
、
、
identifier 'abs'1>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstdlib(22): error
C2059
identifier 'atoi' 1>C:\Program
浏览 6
提问于2012-03-01
得票数 8
回答已采纳
1
回答
包含<cstring>或<string>会引发编译错误
Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstring 18 1 cstringerrError 6 error
C2059
Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\
浏览 0
提问于2012-10-10
得票数 1
1
回答
将数组传递给函数时出现语法错误
、
、
、
但是,由于某些原因,在使用函数输入/打印/操作数组时,我在编译程序(使用命令行)时会出现语法错误:(9):错误
C2059
:';‘(85):错误C2061:标识符'enterNum‘(85):错误类型:‘
C2059
’(95):错误常量:‘C2143’前缺少')‘ (95
浏览 2
提问于2014-03-30
得票数 0
1
回答
添加C++头正在破坏Visual项目编译
、
、
、
x86)\microsoft visual studio\2017\professional\vc\tools\msvc\14.14.26428\include\cstdint(17): error
C2059
x86)\microsoft visual studio\2017\professional\vc\tools\msvc\14.14.26428\include\cstdint(57): error
C2059
x86)\microsoft visual studio\2017\professional\vc\tools\msvc\14.14.26428
浏览 5
提问于2018-08-15
得票数 1
1
回答
如何处理在Python中安装packge chemfp时出错
identifier 'len' c:\users\user\appdata\local\temp\pycharm-packaging\chemfp\src\chemfp.h(138): error
C2059
identifier 'len' c:\users\user
浏览 2
提问于2020-09-08
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券