![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-09-14 23:23 |
47,812 topics / 349,917 posts / today 0 new / 48,268 members |
| DOS开发编程 & 发展交流 (开发室) » Introduction to the Use of Borland C++ 3.1 Classic Development Tool (Link Updated) |
| Printable Version 22,704 / 59 |
| Floor1 zzhh612 | Posted 2007-04-19 11:31 |
| 中级用户 Posts 103 Credits 278 | |
|
Borland C++ 3.1: A Mythical Classic Development Tool
The legendary Borland company has witnessed the magnificent and thrilling technological and product battles in the US software technology market. The most classic success example is Borland C++ 3.1! Borland is one of the most admired companies by Chinese programmers. Especially for older programmers, their journey into programming started with Borland. The following are some excerpts from the Borland C++ Getting Started Guide: Borland C++ is suitable for C++ and C programmers who need a professional and optimized compiler. It is also suitable for programmers of AT&T C++ version 2.1 and ANSI C. It is fast and efficient, allowing users to create any applications including Microsoft Windows applications. Borland C++ 3.0 can run in the DOS environment and even in Windows. The Borland C working environment under Windows is more user-friendly, making program development more convenient. C++ is an object-oriented (OOP) programming language. It enables users to make full use of the advanced design methods and time-saving and efficient characteristics of OOP. It is a further development of the C language and is portable, so users can easily port an application written in C++ from one system to another. C++ can be used for any programming work anywhere. Borland C++ Features 1. Borland C++ 3.0 and 3.1 are available for programmers to develop C++ and C programs. The C++ in it is designed in accordance with the AT&T 2.1 standard, and C is ANSI C. Therefore, the programs you develop have high compatibility and stronger portability. 2. Global Optimization: Compile the program into the optimal object code, reducing execution time and making the object code smaller. 3. Shorten Compilation Time: Due to the use of the compiler and tools, the compilation time is greatly reduced. 4. Integrated Development Environment (i.e., IDE, Integrated Development Environment): This product provides a complete working platform, making program writing, compilation, debugging, analysis, and running quite complete and convenient. 5. Window Program Development: This product can develop Microsoft Windows programs, and also includes complete tool programs: Window Resource Compiler, Online Help Compiler, and Window Resource Workshop. 6. DPMI Compiler: DPMI (DOS Protected Mode Interface) enables the compiler to run in the protected mode of DOS or Windows 386, so there is no need to worry about insufficient memory when developing large programs. 7. Easywin: The function to directly convert DOS programs into Window programs, without the need to change a single line of code. 8. WinSight: Window Information Tracking Program, allowing us to see the connection information between the program and Windows. 9. Online Help: In the IDE environment, any error can be explained by online help, or you can use this function to query function or other instructions at any time. 10. Virtual Run-time Object-Oriented Memory Management Function (VROOMM, Virtual Run-time Object-Oriented Memory Manager). When the programmer selects the overlay function of the object code, VROOMM will handle everything, even if the program exceeds 640K. 11. Rich Class Library: This product provides common data structures, such as List, Queue, Stack, Array, etc. 12. Rich Function Library: This product provides 400-500 functions, which can be said to cover everything. 1.2.1. New Features of Borland C++ 3.1 1. Version 3.1 renames Turbo C++ for Windows to Borland C++ for Windows. 2. Version 3.1, in conjunction with Windows 3.1, adds control interfaces for multimedia, pen, and MCI (Media Control Interface). 3. A new Win Spector tool program is added. This tool program provides the location where the error occurs and the state of the machine at that time when a Windows program has General Protection Faults. 4. In Borland C++ for Windows, the most optimized options are provided. 5. Color Syntax Highlighting: Set different display colors in the source program. It can be set in Options | Environment | Colors | Edit in the DOS IDE and in Options | Environment | Highlight in the Windows IDE. 6. The object code of 386 can be generated by using the parameter (-3) or setting in Options | Compiler | Advanced Coded Generation 80368 in the IDC. 7. The maximum number of open files can be controlled in the program. Change the value of n by #DEFINE _NFILE_n in _NFILE.H. Note that n must be less than or equal to the files number in Config.sys. -----------------------Related Downloads-------------------------------------- Borland C++ 3.1 Installation Guide: Borland C++ 3.1 Installation Guide Borland C++ 3.1 Usage Introduction: Borland Usage Introduction.rar Introduction to Turbo Debugger in BC31: TD (Turbo Debugger) Usage Introduction.rar By the way, here is a complete original version of Borland C++ 3.1 for everyone: Download address: Borland C++ 3.1 Borland C 3.1 for Win Chinese Patch Borland C++ 3.1 Program Patch bc31p1.arj 9K Borland C++ 3.1 Patches (Jun 29 1992, 10.3K) Summary: Patch for Borland C++ - fixes NEW operator bc31p2.arj 47K Borland C++ 3.1 Tlink patch (Jul 26 1992, 47.9K) Summary: BC++ patch: new TLINK w/increased capacity bc31p3.arj 8K Borland C++ 3.1 patch - Fix problems with browsing large files (Aug 18 1992, 8.2K) Summary: BC++/TCW patch: fixes Obj Browser problems blx11.arj 11K Source from Borland Language Express Volume 1 Number 1 (Feb 16 1991, 12.2K) Summary: Code from Borland Language Express Vol1 No1 For details, refer to the README file in the file. ------------------------------------------------------------------ Reference Book: Borland C++ Getting Started Guide PDF Attachments BC31INSTALL_guide.rar (76.95 KiB) |
|
| Floor2 GOTOmsdos | Posted 2007-04-19 11:37 |
| 铂金会员 Posts 1,827 Credits 5,154 | |
|
Yes, indeed classic!
My TODISK/MINITO is compiled with BC3.1.. |
|
| Floor3 zzhh612 | Posted 2007-04-19 12:17 |
| 中级用户 Posts 103 Credits 278 | |
|
Is there any more learning and usage reference materials about BC3.1 in GOTOmsdos? If there are, they can be contributed to everyone. Thank you very much.
|
|
| Floor4 qingwashaoye | Posted 2007-04-19 12:45 |
| 中级用户 Posts 74 Credits 271 | |
| Floor5 GOTOmsdos | Posted 2007-04-19 13:04 |
| 铂金会员 Posts 1,827 Credits 5,154 | |
Originally posted by zzhh612 at 2007-4-19 12:17 PM: Ashamed, there are no materials. Almost all learning sources are in its HELP. The explanation of each function is already relatively detailed. |
|
| Floor6 xyq2001 | Posted 2007-04-20 08:26 |
| 新手上路 Posts 4 Credits 10 | |
| Floor7 xyq2001 | Posted 2007-04-20 22:42 |
| 新手上路 Posts 4 Credits 10 | |
|
I see there are some examples in the instructions. I wonder if the owner has any? Could you please upload them?
|
|
| Floor8 takaoksj | Posted 2007-04-21 00:53 |
| 新手上路 Posts 2 Credits 4 | |
| Floor9 zzhh612 | Posted 2007-04-21 02:29 |
| 中级用户 Posts 103 Credits 278 | |
|
The relevant information for the usage introduction comes from Emtronix Information Company . For other information such as routines, please click the relevant links in the text.
[ Last edited by zzhh612 on 2007-4-23 at 02:04 AM ] |
|
| Floor10 q2onq2 | Posted 2007-04-26 02:55 |
| 新手上路 Posts 1 Credits 2 | |
|
LZ, when installing to the third step, it says to install the CD. Do I have to buy a CD to continue? Isn't the one you provided (the five compressed files) the installation program?
|
|
| Floor11 zzhh612 | Posted 2007-04-26 08:49 |
| 中级用户 Posts 103 Credits 278 | |
|
The BC31 installation file I provided is a hard disk version, no CD is needed. Just extract it to the hard disk, such as drive C. Then find the INSTALL.EXE file in it, run it. During installation (the third step), select the source path as C: and then continue according to the prompts. After completion, just make simple settings for the paths under the options, and you can use it.
"Installation Introduction" is an article about BC31 in an embedded development tool, only for reference, not to be fully copied. [ Last edited by zzhh612 on 2007-4-28 at 11:41 AM ] |
|
| Floor12 lixun305 | Posted 2007-06-14 18:05 |
| 初级用户 Posts 11 Credits 21 | |
| Floor13 qunce | Posted 2007-09-09 23:04 |
| 初级用户 Posts 13 Credits 31 | |
|
我还在找呢,非常感谢!
|
|
| Floor14 goldpds | Posted 2007-09-10 16:54 |
| 新手上路 Posts 1 Credits 2 | |
|
Thanks
|
|
| Floor15 wzsunlight | Posted 2007-09-11 07:35 |
| 初级用户 Posts 52 Credits 107 | |
| 1 2 3 4 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |