VC下'long' followed by 'long' is illegal

本文介绍了在Visual C++ 6.0环境下,使用'long long'类型会遇到编译错误的问题。由于VC6.0不支持'long long',可以改用 '__int64' 替换。解决方案包括直接替换类型定义和引入stdint.h头文件进行定义。
摘要由CSDN通过智能技术生成

long long 类型在VC6.0编译错误


long long int 是GCC(GNU C)的64位表示法。

VC里面只能用__int64


有两种解决办法:

1、只需要把long long 替换成__int64即可,

注意一定要点击下保存按钮否则头文件修改无效还是编译不通过


2、或者是:如下

stdint.h文件重新建立,并输入以下信息

/* ISO C9x  7.18  Integer types <stdint.h>
 * Based on ISO/IEC SC22/WG14 9899 Committee draft (SC22 N2794)
 *
 *  THIS SOFTWARE IS NOT COPYRIGHTED
 *
 *  Contributor: Danny Smith <danny_r_smith_2001@yahoo.co.nz>
 *
 *  This source code is offered for use in the public domain. You may
 *  use, modify or distribute it freely.
 *
 *  This code is distributed in the hope that it will be useful but
 *  WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
 *  DISCLAIMED. This includes but is not limited to warranties of
 *  MERCHANTABILITY or FITNESS FOR A
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值