⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 c语言开发方面的经典问题,包括源代码.c语言开发所要注意的问题,以及在嵌入式等各方面的应用
💻
字号:
README file for the pc-borland subdirectoryLast modified on Fri Oct 21 13:26:03 1994 by eroberts________________________________________________________________________The pc-borland directory contains an implementation of the cslib librarydesigned for use with the Borland C/C++ compiler.  The development andtesting of the package has been performed with version 4.0 of thecompiler, so you should use that version if possible.  The librarypackages -- particularly the DOS version -- may work with older versionsof the compiler, but it is not possible to test the package with everyexisting version of the compiler.INSTALLING THE BORLAND LIBRARIESThere are actually two versions of the Borland cslib package: one forDOS and one for Microsoft Windows.  The easiest apporach is to installboth versions of these libraries on your machine and then use whicheverone is appropriate for your class.TO INSTALL THE PC/BORLAND VERSION OF THE LIBRARIES:1.  Make sure that the Borland C/C++ compiler is installed on your    system.2.  Connect to the top-level directory for the Borland compiler.  This    directory should contain, among others, the subdirectories BIN, LIB,    INCLUDE, and BGI.3.  Use FTP to retrieve the file CSLIB.EXE from the pc-borland    subdirectory of the aw.com archive.  To retrieve the file correctly,    you must set your FTP process to binary mode.4.  Execute the CSLIB.EXE file by typing         CSLIB    at the DOS prompt.  This command constructs the complete CSLIB    directory.5.  Complete the installation of the package by typing         CSLIB\TOOLS\INSTALL    This command installs all the #include files in the appropriate    directory and then rebuilds all the necessary object files and    libraries.USING CSLIB IN A DOS ENVIRONMENTThe DOS version of the library package is intended for PC users who donot run Microsoft Windows.  Even without Windows, C programs can performsimple graphics, and the DOS version of the libraries implements thebasic graphics.h interface using the DOS-based Borland GraphicsInterface.  None of the advanced features of the extgraph.h interfaceare available in the DOS version.To build a DOS program using the libraries, you need to make sure thatthe following parameters are set in the project window:    Target type = Application    Platform = DOS Standard    Target Model = Large    Standard Libraries: BGI + RuntimeYou must also add the file CSLIB\DOS\CSLIB.LIB to each project that youcreate.USING CSLIB IN A MICROSOFT WINDOWS ENVIRONMENTThe Windows version of the library package is significantly morepowerful that the DOS version, but requires you to run Microsoft Windowson your machine.  The Windows version of cslib contains a completeimplementation of the graphics library that includes both the standardand the extended features.To build a Windows program using the libraries, you need to make surethat the following parameters are set in the project window:    Target type = EasyWin    Platform = Windows 3.x(16)    Target Model = Large    Standard Libraries: RuntimeYou must also add the file CSLIB\WINDOWS\CSLIB.LIB to each project thatyou create.NOTES AND DISCLAIMERSThe cslib libraries are in the public domain and may be freely copiedand distributed, although they remain under development.  No warrantiesare made concerning their correctness or stability, and no user supportis guaranteed.  Bug reports and suggestions, however, are appreciatedand may be sent to                      Eric Roberts <ericr@aw.com>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -