永发信息网

vc++6.0按Build时出错,等了很久

答案:3  悬赏:80  手机版
解决时间 2021-02-01 01:42
  • 提问者网友:温旧梦泪无声
  • 2021-01-31 07:38
可当我按下Build时;< cout<<"输入一个字符;a") cout<,检查了语法;输入有误,请输入一个字符!";"<..。一直在Linking.,也没有显示失败;<原字符为:"<>z; if (z==":"iostream.h>n''\< void main() { char z,还有截图: #include <,一直等了很久都没有成功我打完代码后
最佳答案
  • 五星知识达人网友:你哪知我潦倒为你
  • 2021-01-31 07:47
VC6的bug, 到网上下个 SP6 补丁就可以了
全部回答
  • 1楼网友:拾荒鲤
  • 2021-01-31 10:44
单个字符用单引号'' 字符串用双引号"" 如果一个字符用双引号,那在存储时是双个字节,而不是一个,所有的用双引号所占的存储空间都是N+1个字节,N是你看得到的字符个数
  • 2楼网友:动情书生
  • 2021-01-31 09:06
最常见的20种vc++编译错误信息: 1.fatal error c1010: unexpected end of file while looking for precompiled header directive。 寻找预编译头文件路径时遇到了不该遇到的文件尾。(一般是没有#include "stdafx.h") 2、fatal error c1083: cannot open include file: 'r…….h': no such file or directory 不能打开包含文件“r…….h”:没有这样的文件或目录。 3、error c2011: 'c……': 'class' type redefinition 类“c……”重定义。 4、error c2018: unknown character '0xa3' 不认识的字符'0xa3'。(一般是汉字或中文标点符号) 5、error c2057: expected constant expression 希望是常量表达式。(一般出现在switch语句的case分支中) 6、error c2065: 'idd_mydialog' : undeclared identifier “idd_mydialog”:未声明过的标识符。 7、error c2082: redefinition of formal parameter 'breset' 函数参数“breset”在函数体中重定义。 8、error c2143: syntax error: missing ':' before '{' 句法错误:“{”前缺少“;”。 9、error c2146: syntax error : missing ';' before identifier 'dc' 句法错误:在“dc”前丢了“;”。 10、error c2196: case value '69' already used 值69已经用过。(一般出现在switch语句的case分支中) 11、error c2509: 'ontimer' : member function not declared in 'chelloview' 成员函数“ontimer”没有在“chelloview”中声明。 12、error c2511: 'reset': overloaded member function 'void (int)' not found in 'b' 重载的函数“void reset(int)”在类“b”中找不到。 13、error c2555: 'b::f1': overriding virtual function differs from 'a::f1' only by return type or calling convention 类b对类a中同名函数f1的重载仅根据返回值或调用约定上的区别。 14、error c2660: 'settimer' : function does not take 2 parameters “settimer”函数不传递2个参数。 15、warning c4035: 'f……': no return value “f……”的return语句没有返回值。 16、warning c4553: '= =' : operator has no effect; did you intend '='? 没有效果的运算符“= =”;是否改为“=”? 17、warning c4700: local variable 'breset' used without having been initialized 局部变量“breset”没有初始化就使用。 18、error c4716: 'cmyapp::initinstance' : must return a value “cmyapp::initinstance”函数必须返回一个值。 19、link : fatal error lnk1168: cannot open debug/p1.exe for writing 连接错误:不能打开p1.exe文件,以改写内容。(一般是p1.exe还在运行,未关闭) 20、error lnk2001: unresolved external symbol "public: virtual _ _thiscall c……::~c……(void)" 连接时发现没有实现的外部符号(变量、函数等)。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯