home *** CD-ROM | disk | FTP | other *** search
-
- Miracle C Compiler version 1.5
- Copyright 1989-93 T Szocik
-
-
-
- INSTALLATION INSTRUCTIONS
-
- You should install the Miracle C compiler on a 386 PC with hard disk.
- Please read the section on Registration below.
-
- Create a new directory for the compiler on your hard drive (eg C:\CC);
-
- C:\> md cc
- C:\> cd cc
- C:\CC>
-
- Run the self-extracting archive MIRACLE.EXE;
-
- C:\CC> miracle -d
-
- This unpacks the compiler, library and example programs, and documentation.
- It also creates a subdirectory INCLUDE containing header files.
- A Microsoft-compatible linker is required to produce .exe files.
-
-
- DESCRIPTION
-
- The Miracle C Compiler runs on a 386 PC (or better) and compiles traditional C
- (Kernighan & Ritchie) with some ANSI language extensions. It generates object
- code suitable for Microsoft or compatible linker (nb. linker not included).
-
- It is completely compatible with traditional C syntax and implements record
- (struct/union) and enumerated data types, int, long and floating point types,
- user type definition, bit fields in structs, and initializers for all types.
- Both traditional and new (ANSI) function declaration is supported. There is a
- comprehensive library of functions; some example programs and Word for
- Windows format documentation is supplied with the package.
-
-
- DOCUMENTATION
-
- If you have Microsoft Word, you may read and print out miracle.doc.
- Otherwise read the user documentation file miracle.txt.
- The compiler requires environment variables to be set as described in
- the documentation. You may also wish to include the C compiler
- directory in your PATH statement in autoexec.bat.
-
-
- REGISTRATION
-
- The compiler is shareware, and is supplied on a trial use basis.
- The compiler package is copyright material and should not be modified
- or disassembled. Programs written using the compiler may be freely
- distributed.
-
- If you find it useful you should register. Registration costs 10 pounds
- in the UK, 25 dollars overseas, and entitles you to receive a printed copy of
- the documentation and upgrades for one year.
-
- Registration is from the author;
-
- T Szocik
- 45 Englewood Road
- London S.W.12 9PA
- United Kingdom.