|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
『楼 主』:
djgpp 的安装版(GCC+GPP系统开发)
使用 LLM 解释/回答一下
有些人想要
http://www.xianfeng.net/~os/djgpp.exe
安装后 设置一下就可以用了
比如djgpp.env在c盘下
set DJGPP=c:\djgpp.env
支持C++ ,C
Wengier把他放到你的网站上把
Some people want
http://www.xianfeng.net/~os/djgpp.exe
After installation, just set it up and it can be used.
For example, djgpp.env is under the C drive.
set DJGPP=c:\djgpp.env
Supports C++, C
Wengier put it on your website.
|
|
2003-3-22 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
那个地方我连不上。
I can't connect to that place.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-3-22 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
啊?? 是我申请的空间
那 就放在那里好了 呵呵
大家去申请啊 还可以的
Ah?? This is the space I applied for. Then just leave it there. Hehe. Everyone go apply. It's not bad.
|
|
2003-3-23 00:00 |
|
|
红色狂想
金牌会员
      龙哥DOS
积分 4289
发帖 1501
注册 2003-2-23 来自 河南省
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
下载后怎么只有一个djgpp.exe文件呀,怎么安装?
原来我下载的哪个可是有好多文件组成的呀,光标准库函数就有好多!
Why is there only one djgpp.exe file after downloading? How to install it? The one I downloaded before was composed of many files. There were many standard library functions alone!
|

C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++
C++ ☆☆☆ 中国DOS联盟成员 ☆☆☆ C++
C++ ★★★ 爱提问的红色狂想 ★★★ C++
C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++ |
|
2003-3-26 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
|
2003-3-26 00:00 |
|
|
红色狂想
金牌会员
      龙哥DOS
积分 4289
发帖 1501
注册 2003-2-23 来自 河南省
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
在Windows环境下安装吗,不是在纯DOS下呀?
Is this installation under the Windows environment, not in pure DOS?
|

C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++
C++ ☆☆☆ 中国DOS联盟成员 ☆☆☆ C++
C++ ★★★ 爱提问的红色狂想 ★★★ C++
C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++ |
|
2003-3-27 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
安装软件是在windows下安装的 程序是在dos下用的
djgpp不只是编写dos下的程序 widows下的程序也是可以编写的(vcok的一个人说的)
The software is installed under Windows, and the program is used under DOS.
DJGPP is not only for writing programs under DOS, but also for writing programs under Windows (as said by a person named vcok).
|
|
2003-3-28 00:00 |
|
|
红色狂想
金牌会员
      龙哥DOS
积分 4289
发帖 1501
注册 2003-2-23 来自 河南省
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
我设置好了环境变量“set djgpp=c:\djgpp\djgpp.env”后,想打开源代码编辑器,于是我键入gcc然后回车,可是怎么提示“gcc: no files”错误信息呀!我应该怎样运行djgpp的主程序,它运行时有没有图形化界面?
After I set up the environment variable "set djgpp=c:\djgpp\djgpp.env", I wanted to open the source code editor, so I typed gcc and pressed Enter, but why did it prompt the "gcc: no files" error message! How should I run the main program of djgpp, and does it have a graphical interface when running?
|

C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++
C++ ☆☆☆ 中国DOS联盟成员 ☆☆☆ C++
C++ ★★★ 爱提问的红色狂想 ★★★ C++
C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++ |
|
2003-3-28 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
djgpp是一个命令 编译器
是从linux的gcc移植过来的
在dos下的集成界面也有的 是后来加的 他原本就是一个命令编译器 不过不在这安装程序里
gcc: no files
说明你没有键入要编译的文件啊
可以是 gcc teat.c 或
gcc -o test.exe test.c
gcc 有很多命令的
djgpp is a command compiler
It is ported from Linux's gcc
There is also an integrated interface under DOS, which was added later. It was originally just a command compiler, but it is not in this installation program
gcc: no files
It means you didn't type the file to be compiled
It can be gcc teat.c or
gcc -o test.exe test.c
gcc has many commands
|
|
2003-3-28 00:00 |
|
|
红色狂想
金牌会员
      龙哥DOS
积分 4289
发帖 1501
注册 2003-2-23 来自 河南省
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
那我怎样编写程序呀?
Then how do I write a program?
|

C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++
C++ ☆☆☆ 中国DOS联盟成员 ☆☆☆ C++
C++ ★★★ 爱提问的红色狂想 ★★★ C++
C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++ |
|
2003-3-29 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
|
2003-3-29 00:00 |
|
|
红色狂想
金牌会员
      龙哥DOS
积分 4289
发帖 1501
注册 2003-2-23 来自 河南省
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
我的意思是,我用什么工具来书写程序的源代码,是edit吗?
另外,你的这个djgpp版本是多少?
What I mean is, what tool do I use to write the source code of the program, is it edit?
Also, what version is your this djgpp?
|

C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++
C++ ☆☆☆ 中国DOS联盟成员 ☆☆☆ C++
C++ ★★★ 爱提问的红色狂想 ★★★ C++
C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++ |
|
2003-3-29 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
任何文本工具都可以的啊
3。1
你可以用 gcc -v 看的啊
Any text tool is okay.
3.1
You can use gcc -v to check.
|
|
2003-3-29 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
写小的程序的话 就不要用djgpp了
一、生成的文件很大
二、启动的速度慢
If you are writing small programs, then don't use djgpp.
1. The generated files are very large.
2. The startup speed is slow.
|
|
2003-3-29 00:00 |
|
|
hit
初级用户
  孤胆枪手
积分 688
发帖 148
注册 2002-10-26 来自 陕西
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
环境变量在哪里设置?
是auotoexec?
还是什么地方?
Where are environment variables set? Is it autoexec? Or somewhere else?
|

我:╭∩╮(︶︿︶)╭∩╮。靠!!! |
|
2003-3-30 00:00 |
|