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
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
Recent Ratings for This Post
( 1 in total)
Click for details
| Rater | Score | Time |
|---|---|---|
| xiezhy | +1 | 2009-09-20 13:29 |
Attachments


