|
《电脑爱好
高级用户
    科学家
积分 693
发帖 270
注册 2003-7-21
状态 离线
|
|
2004-7-25 00:00 |
|
|
《电脑爱好
高级用户
    科学家
积分 693
发帖 270
注册 2003-7-21
状态 离线
|
|
2004-7-25 00:00 |
|
|
knowink
初级用户
 
积分 104
发帖 2
注册 2004-11-5
状态 离线
|
『第 48 楼』:
使用 LLM 解释/回答一下
djgpp 用的编译器就是gcc嘛!用了djgpp就等于用了GCC!!
The compiler used by djgpp is indeed gcc! Using djgpp is equivalent to using GCC!
|
|
2004-11-5 00:00 |
|
|
XK
初级用户
 
积分 111
发帖 3
注册 2005-1-16
状态 离线
|
『第 49 楼』:
使用 LLM 解释/回答一下
以下是引用pk4321在2003-1-20 2:16:14的发言:
推荐大家多多学习和讨论。DJGPP提供了非常丰富的程序代码,可以现实图形界面和XML等编程。
至于经典的BC/TC/QB/MSC等,它们来做小程序是很好的,但是一些庞大一点的程序就不行了。我试过在BC++ 3.1下编写一个的图形界面程序,规模达到了Huge!编译以后,经常报错:Out of Memory!而且即使可以运行,程序也非常不稳定。
你的程序不稳定,只能说明你写程序的水平有问题,不要动不动就撤到编译器。BORLAND的编译器做出来的代码,优化效果我不说什么了,但就稳定性而言,DJGPP算个鸟!在学个10年8年吧。
The following is a post by pk4321 on January 20, 2003, 2:16:14:
Recommend everyone to learn and discuss more. DJGPP provides very rich program code, which can realize graphical interfaces and XML and other programming.
As for the classic BC/TC/QB/MSC, etc., they are very good for writing small programs, but not for some larger programs. I tried to write a graphical interface program under BC++ 3.1, and the scale reached Huge! After compiling, there are often errors: Out of Memory! And even if it can run, the program is very unstable.
Your program is unstable, which can only show that there is a problem with your programming level. Don't always shift the blame to the compiler. Regarding the code made by BORLAND's compiler, I won't say much about the optimization effect, but in terms of stability, DJGPP is nothing! Study for another 10 or 8 years.
|
|
2005-1-17 00:00 |
|
|
maomsx
初级用户
 
积分 133
发帖 8
注册 2004-3-4
状态 离线
|
『第 50 楼』:
使用 LLM 解释/回答一下
哪里下载Borland DOS POWER PACK
Where can I download Borland DOS POWER PACK
|
|
2005-1-18 00:00 |
|
|
beyond365
初级用户
 
积分 116
发帖 4
注册 2005-2-14
状态 离线
|
『第 51 楼』:
使用 LLM 解释/回答一下
我听说也非常方便。不知用delphi做的中文菜单在dos下能否正常?
I heard it's also very convenient. I wonder if the Chinese menu made with Delphi can work normally under DOS?
|
|
2005-2-14 00:00 |
|
|
taowentao
高级用户
   
积分 739
发帖 111
注册 2004-11-30 来自 辽宁沈阳
状态 离线
|
『第 52 楼』:
open Watcom c/c++ 非常不错
使用 LLM 解释/回答一下
open Watcom c/c++ 1.3我用过,非常不错,有IDE,优化效果非常好,有可视化调试界面,而且是纯windows应用程序,windows 98/2000/xp下都好用;仅存的缺点是没有好的编辑器.可自由下载:http://www.openwatcom.com/
Last edited by taowentao on 2005-8-10 at 13:10 ]
I have used Open Watcom C/C++ 1.3, which is very good. It has an IDE, excellent optimization effects, a visual debugging interface, and is a pure Windows application, working well under Windows 98/2000/xp; the only drawback is the lack of a good editor. It can be freely downloaded: http://www.openwatcom.com/
Last edited by taowentao on 2005-8-10 at 13:10 ]
|
|
2005-8-10 13:07 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 53 楼』:
使用 LLM 解释/回答一下
请问 WATCOM 在DOS下的启动文件是哪个? DOS有没有编辑窗口
Please clarify the specific context. If it's about the startup file of WATCOM in DOS, generally, for different components of WATCOM, the startup situation may vary. As for whether DOS has an editing window, DOS itself is a command-line - based operating system, but there are some text editors under DOS, like EDLIN which has a simple line - based editing interface. But according to the requirements, just translate the Chinese:
请问 WATCOM 在DOS下的启动文件是哪个? DOS有没有编辑窗口
Please ask: Which is the startup file of WATCOM under DOS? Does DOS have an editing window?
|
|
2005-8-19 17:18 |
|
|
lucky9981
初级用户
 
积分 52
发帖 26
注册 2005-11-19
状态 离线
|
『第 54 楼』:
偶对DJgpp的体会.
使用 LLM 解释/回答一下
偶也用过一阵子DJGPP,我down下了其所有的东东,记得大约是900M,其实,里面很多是老古董,所有收录进DJGPP的东东,都加入里面.我对其中精简了一下,只保留最新的.下面具体简介一下.
I also used DJGPP for a while. I downloaded all its stuff, and I remember it was about 900M. Actually, many of them are old relics. All the things included in DJGPP are added to it. I streamlined it a bit and only kept the latest ones. Here's a specific introduction below.
附件
1: djgpp目录结构.JPG (2005-11-19 22:12, 15.65 KiB, 下载附件所需积分 1 点
,下载次数: 6)
|
|
2005-11-19 22:12 |
|
|
lucky9981
初级用户
 
积分 52
发帖 26
注册 2005-11-19
状态 离线
|
『第 55 楼』:
偶对DJGPP的体会.
使用 LLM 解释/回答一下
DJGPP的主程序在VX的目录里.历代所有的版本,都在Vx的目录里(X是主版本号).现在最新版是2.03,DJDEV203.zip就是现在的最新版本.其实,号称为最新,其实里的东东很少人改动,很多东东都是2002年的.呵呵.我们将DJDEV203解压到C:\DJGPP,就形成一个最简化的版本.基本上用里面的东东都可以编写简单的程序.
The main program of DJGPP is in the VX directory. All previous versions are in the Vx directory (where X is the major version number). The latest version now is 2.03, and DJDEV203.zip is the latest version currently. Actually, it's called the latest, but very few people have modified the things inside, and many things are from 2002. Hehe. We extract DJDEV203 to C:\DJGPP, which forms a most simplified version. Basically, you can use the things inside to write simple programs.
附件
1: djgpp203的bin内的文件.JPG (2005-11-19 22:20, 51.08 KiB, 下载附件所需积分 1 点
,下载次数: 7)
|
|
2005-11-19 22:20 |
|
|
lucky9981
初级用户
 
积分 52
发帖 26
注册 2005-11-19
状态 离线
|
『第 56 楼』:
我对DJGPP的一点体会.
使用 LLM 解释/回答一下
bin里面只是命令式的东东,并没有IDE的东东,如果要用IDE工具,则需要从别的目录里拷贝过来才行.
The bin directory only contains command - related things, and there are no IDE - related things. If you want to use IDE tools, you need to copy them from other directories.
附件
1: djgpp203的bin内的文件.JPG (2005-11-19 22:22, 52.37 KiB, 下载附件所需积分 1 点
,下载次数: 3)
|
|
2005-11-19 22:22 |
|
|
lucky9981
初级用户
 
积分 52
发帖 26
注册 2005-11-19
状态 离线
|
『第 57 楼』:
我对DJGPP的一点体会.
使用 LLM 解释/回答一下
所有文件下载以后,都是打的形式,如何整合到一起,还是一个很重要的问题.国人大多数喜欢TC2的模式.就是所有的工具都在bin里,所有的类库都在lib 里,所有的头文件都在include里.然而,这么多的包,要整合到一起真不是一件易事.经我整理从头到脚的整理,只保留最新的东东,旧版的东东我一律删除.
这是djgpp\v2目录下最新的包:
After all files are downloaded, they are all in a packaged form. How to integrate them together is still a very important issue. Most Chinese people like the mode of TC2. That is, all tools are in bin, all libraries are in lib, and all header files are in include. However, it is really not an easy task to integrate so many packages together. After my full整理 from top to bottom, I only keep the latest things, and I delete all the old ones.
Here are the latest packages in the djgpp\v2 directory:
附件
1: djgpp203的v2目录最新包.JPG (2005-11-19 22:29, 39.93 KiB, 下载附件所需积分 1 点
,下载次数: 4)
|
|
2005-11-19 22:29 |
|
|
lucky9981
初级用户
 
积分 52
发帖 26
注册 2005-11-19
状态 离线
|
|
2005-11-19 22:32 |
|
|
lucky9981
初级用户
 
积分 52
发帖 26
注册 2005-11-19
状态 离线
|
|
2005-11-19 22:34 |
|
|
lucky9981
初级用户
 
积分 52
发帖 26
注册 2005-11-19
状态 离线
|
|
2005-11-19 22:36 |
|