| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 705 人关注过本帖
标题:有关c语言的问题 高手请进
只看楼主 加入收藏
yshwy2008
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2008-6-13
收藏
 问题点数:0 回复次数:8 
有关c语言的问题 高手请进
在网上找了很长时间都没找到答案,求助高手!
小弟现在在看一本c语言的科学和艺术,书中作者为了方便,自己编写了一些头文件,比如genlib.h等,而我用一般的编译软件根本没办法把这本书中的程序编译成功,我用的是vc6.0,我已经把genlib.h放进相应的目录中,但还是不行.比如
下面的程序:
#include <stdio.h>
#include "genlib.h"
{
    printf("Hello,world.\n");
}
下列错误:
--------------------Configuration: hello - Win32 Debug--------------------
Compiling...
hello.cpp
d:\microsoft visual studio\vc98\include\genlib.h(61) : error C2371: 'bool' : redefinition; different basic types
        h:\c&c++\hello.cpp(0) : see declaration of 'bool'
h:\c&c++\hello.cpp(3) : error C2447: missing function header (old-style formal list?)
执行 cl.exe 时出错.

hello.obj - 1 error(s), 0 warning(s)

genlib.h的原代码我在附件中给出,希望高手解决一下,小弟感谢万分!

genlib.rar (6.55 KB) genlib.h

搜索更多相关主题的帖子: c语言 
2008-06-13 16:19
界水乘风
该用户已被删除
收藏
得分:0 
提示: 作者被禁止或删除 内容自动屏蔽
2008-06-13 16:32
lingluoz
Rank: 2
来 自:苏州科技学院
等 级:新手上路
威 望:4
帖 子:749
专家分:0
注 册:2008-2-2
收藏
得分:0 
根据l.wing风格 最好把bool改成_bool

Murphy's Law :
If there are two or more ways to do something, and one of those ways can result in a catastrophe, then someone will do it.
2008-06-13 16:34
yshwy2008
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2008-6-13
收藏
得分:0 
好的,我试试,谢谢哈!
2008-06-13 16:37
yshwy2008
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2008-6-13
收藏
得分:0 
能不能加我qq271158810啊,界水乘风
2008-06-13 16:40
yshwy2008
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2008-6-13
收藏
得分:0 
还是不行啊,我改了,以前的那个错误没有了,不过又有这个错误:
--------------------Configuration: hello - Win32 Debug--------------------
Compiling...
hello.cpp
h:\c&c++\hello.cpp(3) : error C2447: missing function header (old-style formal list?)
执行 cl.exe 时出错.

hello.obj - 1 error(s), 0 warning(s)
2008-06-13 16:43
界水乘风
该用户已被删除
收藏
得分:0 
提示: 作者被禁止或删除 内容自动屏蔽
2008-06-13 16:46
yshwy2008
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2008-6-13
收藏
得分:0 
呵呵,好了,少了个void main(),这下好了,谢谢了哈,能加我qq啊,还有其他问题要问你们啊271158810
2008-06-13 16:47
lingluoz
Rank: 2
来 自:苏州科技学院
等 级:新手上路
威 望:4
帖 子:749
专家分:0
注 册:2008-2-2
收藏
得分:0 
晕倒 被这个include误导了

Murphy's Law :
If there are two or more ways to do something, and one of those ways can result in a catastrophe, then someone will do it.
2008-06-13 16:51
快速回复:有关c语言的问题 高手请进
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.059531 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved