📄 readme
字号:
README file for the pc-turbo subdirectoryLast modified on Sat Nov 5 12:52:36 1994 by eroberts________________________________________________________________________The pc-turbo directory contains an implementation of the cslib librarydesigned for use with the Turbo C++ compiler for Microsoft Windows. Thecode is identical to that in the pc-borland subdirectory. However,because the Turbo C++ compiler does not come with the same installationtools, the instructions for installing the package are different.TO INSTALL THE PC/TURBO VERSION OF THE LIBRARIES:1. Make sure that the Turbo C++ compiler is installed on your system.2. Use FTP to retrieve the file CSLIB.EXE from the pc-turbo subdirectory of the aw.com archive. To retrieve the file correctly, you must set your FTP process to binary mode.3. Execute the CSLIB.EXE file by typing CSLIB at the DOS prompt. This command constructs the complete CSLIB directory.4. Copy all of the .h files from the CSLIB directory to the INCLUDE directory supplied with the TURBO C compiler. By default, this directory is \TCWIN\INCLUDE.5. If you are installing this package on a shared machine, copy the CSLIB.LIB library into some public directory where students can easily gain access to it.USING CSLIB IN THE TURBO C++ ENVIRONMENTTo build a program using the cslib libraries, you need to make sure thatthe project uses the large memory model. To do so, pull down theOptions menu and select the "Code generation" submenu from the"Compiler" option. Click on the box that indicates the large model andthen click OK.You must also add the CSLIB.LIB file to each project that you create.The cslib directory contains the sample project HELLO.PRJ, whichexecutes the "Hello world" program. This project has the correct optionsettings and includes the CSLIB.LIB library.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 + -