|
roor
初级用户
 
积分 145
发帖 28
注册 2002-10-22
状态 离线
|
『楼 主』:
求助~~关于使用TC2。01的菜鸟问题。
使用 LLM 解释/回答一下
在这里DOS工具下载TC2。0学习C语言。为什么总是说我的程序开头出错啊
程序如下
#include
ERROR D:\DOS\TC201\DISK1\HELLO.C 3: unable to open include file 'stdio.h'
明明STIO。H这个文件在,为什么不能打开啊。。。
怎样搞才能不出现这个错误啊~~~我是新学C语言的。。。。帮帮我啦~
Here you can download the DOS tool TC2.0 to learn C language. Why does it always say that there is an error at the beginning of my program?
The program is as follows:
#include
ERROR D:\DOS\TC201\DISK1\HELLO.C 3: unable to open include file'stdio.h'
Obviously, the file STIO.H is there, but why can't it be opened...
How can I do to not have this error~~~ I'm a new learner of C language... Help me啦~
|
|
2002-11-1 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
您设置了正确的包含文件路径了吗?
Have you set the correct include file path?
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2002-11-1 00:00 |
|
|
roor
初级用户
 
积分 145
发帖 28
注册 2002-10-22
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
没有啊~~~在哪里设置啊??帮我啦~~~在DOS的启动那里设置还是TC里面的?
No, where to set it? Help me~~~ Is it set in the DOS startup or in TC?
|
|
2002-11-1 00:00 |
|
|
roor
初级用户
 
积分 145
发帖 28
注册 2002-10-22
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
最好能详细点讲解一下啦`~~我在学习啊PS:玩电脑游戏就多,但遇到这些问题我是外外外行啊。。。。
It's best to explain it in detail. ~~ I'm studying. PS: I play computer games a lot, but I'm a total layman when it comes to these problems...
|
|
2002-11-1 00:00 |
|
|
roor
初级用户
 
积分 145
发帖 28
注册 2002-10-22
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
我现在是用WIN98退出后的DOS方式下用那软件的。。。。。
I am now using that software in the DOS mode after exiting WIN98...
|
|
2002-11-1 00:00 |
|
|
roor
初级用户
 
积分 145
发帖 28
注册 2002-10-22
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
所以没有配置好DOS,基本上只有640K运行的那种。。。。
So there is no properly configured DOS, basically only the kind that runs with 640K...
|
|
2002-11-1 00:00 |
|
|
roor
初级用户
 
积分 145
发帖 28
注册 2002-10-22
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
本想过几天有空才装回K2400来运行DOS的。。。。
I originally planned to install K2400 back to run DOS when I had free time a few days later...
|
|
2002-11-1 00:00 |
|
|
mys
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
这应该是TC没设置好,到我的网站的网友点播下载改良的TC吧。已经设置好的,在WIN98中直接安装使用。
This should be that TC isn't set up properly. Go to my website for netizens to request and download the improved TC. It's already set up and can be directly installed and used in WIN98.
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2002-11-1 00:00 |
|
|
dosguest
中级用户
  
积分 381
发帖 75
注册 2002-10-15
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
1、将光标移到:Options->Directories上,然后按回车;
2、输入文件stdio.h所在的目录,根据你提供的信息,这儿应该是D:\DOS\TC201\include.
3、TRY AGAIN。
1. Move the cursor to Options->Directories and press Enter;
2. Enter the directory where the file stdio.h is located. According to the information you provided, it should be D:\DOS\TC201\include.
3. TRY AGAIN.
|
|
2002-11-1 00:00 |
|
|
yiyesong
元老会员
        
积分 1987
发帖 632
注册 2002-10-27
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
实际上你只要把TC2.0安装或拷贝到C盘根本录下(注意带TC目录一起,这是TC预设路径),就不存在设置路径的问题了。最好不要把它放到别的目录下,否则每次运行都要设置路径,那样也太麻烦了。另外,TC2在WIN98的DOS方式下使用下不会有什么问题。
Actually, as long as you install or copy TC2.0 to the root directory of drive C (note that the TC directory should be included together, this is the default path set by TC), there will be no problem with setting the path. It is best not to put it in other directories, otherwise you will have to set the path every time you run it, which is too cumbersome. In addition, TC2 will not have any problems when used in the DOS mode of WIN98.
|

http://dos.e-stone.cn/dosbbs
uploadImages/200311161145850422.swf
|
|
2002-11-2 00:00 |
|
|
roor
初级用户
 
积分 145
发帖 28
注册 2002-10-22
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
下载使用了MYS的TC2。0现在问题已经解决。谢谢各位```
Downloaded and used TC2.0 with MYS. Now the problem is solved. Thanks everyone.
|
|
2002-11-3 00:00 |
|