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

📄 rolodeck.rme

📁 CBASE v1.01 采用Borland公司TC++编写的数据库管理源程序库
💻 RME
字号:
----------------------------------------------------------------------
| Citadel                                                            |
| 241 East Eleventh Street * Brookville, IN 47012 * 317-647-4720     |
|                                               BBS 317-647-2403     |
----------------------------------------------------------------------
/////////////////
Modified to compile under Borland C++
//////////////////////////////////
The following files are obtained by decompressing rolodeck.zip:

rolodeck.rme  preliminary information
makefile      UNIX makefile
 install.bat  MS-DOS installation batch file
rolodeck.c    rolodeck source code
rolodeck.h    rolodeck data definition header
rolodeck.i    rolodeck data definition code
  basstr.h    BASIC string function header
   cvtss.c    string conversion function
     fml.c    name format conversion functions
   krtmp.c    ANSI routines for K&R C compilers

======================================================================
INSTALLATION INSTRUCTIONS

The supplied MS-DOS batch file install.bat is written for Borland
Turbo C, and will require some modification for use with other
compilers.  install.bat takes two arguments.  The first specifies the
memory model, legal values for which are s, m, c, l, and h.  The
second, if present, causes the reference manual to be extracted from
the source code into the file rolodeck.man.

                                 UNIX
     1. Install cbase.
     2. Add the following definition at the top of cvtss.c.
             #define huge
        This will disable the MS-DOS huge pointer keyword.
     3. Compile rolodeck.
             $ make rolodeck
     4. Extract and print the reference manual.
             $ make man
             $ lp rolodeck.man

                                MS-DOS
     1. Install cbase.
     2. If necessary, modify install.bat for the C compiler
        being used.
     3. Compile rolodeck and print the reference manual.
             > install h x
             > print rolodeck.man

======================================================================


                                                     Citadel  90/06/21

⌨️ 快捷键说明

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