home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / GENCTXT.ZIP / READ.ME < prev    next >
Text File  |  1987-11-21  |  5KB  |  122 lines

  1. Coronado Enterprises C TUTOR (ver 2.00)           Nov 21, 1987
  2.  
  3. READ.ME File
  4.  
  5.  
  6. Getting Started with the C tutorial
  7.  
  8.      The first thing you should do is to backup the distribution
  9. diskettes and store the distribution diskettes away in a safe
  10. place.  Use only the copy for all operations.  Note that the file
  11. named COMPILER.DOC will give you explicit directions for getting
  12. started with several of the more popular C compilers, so you 
  13. should read it at this time.
  14.  
  15.  
  16. Getting started with the TEXT diskette
  17.  
  18.      Before you can begin study of C, you must print out a copy
  19. of the tutorial text.  The file named PRINTEXT.BAT is designed
  20. to help you to do this.  Simply type the name PRINTEXT at the
  21. DOS prompt and all of the tutorial text will be printed for you.
  22. When the system displays "Name of list device [PRN]:", hit the
  23. return key to accept the default.  This batch file uses the DOS
  24. command PRINT.COM to actually do the printing and it has an upper
  25. limit of 10 files that can be queued up at once.  There is there-
  26. fore a pause after each group of print requests to allow the
  27. queue to empty out, after which you must hit any key to allow
  28. printing to continue.  If you key these commands in manually,
  29. you can print in the background, and be using your computer to
  30. do something else (provided of course that the something else
  31. doesn't require the printer).
  32.  
  33.  
  34. Getting started with the SOURCE diskette
  35.  
  36.      If you desire, a printout of all of the C files can be made
  37. using the PRINTALL.BAT file included.  Simply type PRINTALL at the
  38. command prompt with the printer on and lots of paper in place.
  39. It will print about 150 pages including this file and some other
  40. definition files.  You may want to edit a copy of the PRINTALL.BAT
  41. file to only print part of the files initially, and print the
  42. remainder as you come to them in the lessons.
  43.  
  44.      PRINTALL.BAT uses the file LIST.EXE to actually do the print-
  45. ing.  This is a program written in C, and included in your tutorial
  46. as an example program in chapter 14, and compiled for you to use in
  47. this step.  Since printers are not standard there is a chance that
  48. LIST.EXE will not work on your printer.  If it doesn't, use the
  49. file named LIST.COM from the other disk.  LIST.COM was written to
  50. do the same job, but it was written in Pascal and compiled with
  51. Turbo Pascal.  Since it uses a different compiler, it may work
  52. correctly on your printer.  After you gain experience, you can
  53. debug LIST.C and LISTF.C and compile them for use with your partic-
  54. ular printer.  If neither works, use whatever method you can to
  55. print out the files, if you desire to.  It is not really necessary
  56. to print out the C example files, but sometimes a hardcopy is a
  57. real convenience.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. Questionnaire on the C Tutorial (version 2.00)
  70.  
  71.  
  72. What other languages have you programmed in?_______________________
  73.             _______________________________________________________
  74.  
  75.  
  76. What other languages would you like to learn?______________________
  77.             _______________________________________________________
  78.  
  79.  
  80. Did you complete the C tutorial?___________________________________
  81.  
  82.  
  83. Did you find it helpful?___________________________________________
  84.  
  85.  
  86. What features would you like to see added?_________________________
  87.             _______________________________________________________
  88.             _______________________________________________________
  89.  
  90.  
  91. Did you find anything missing?_____________________________________
  92.             _______________________________________________________
  93.             _______________________________________________________
  94.  
  95.  
  96. At this time, Coronado Enterprises has completed tutorials on Pascal,
  97. Modula-2, and C. Other languages are being considered but we need 
  98. your thoughts as to what other languages should be covered with a
  99. tutorial next.  Please write and let us know your needs.
  100.  
  101. _______ Enclosed is $10.00 to help cover the cost and time of writing
  102.         the C tutorial (version 2.00) which I found useful.  Please 
  103.         send me a current list of tutorials.
  104.  
  105. _______ Enclosed is nothing, I do not wish to pay anything, but I
  106.         would like a current list of tutorials. I have enclosed a
  107.         stamped self addressed envelope.
  108.  
  109.  
  110.        Name   ___________________________________________
  111.  
  112.        Street ___________________________________________
  113.  
  114.        City   ___________________________________________
  115.  
  116.        State, Zip _______________________________________
  117.  
  118.  
  119. Mail to;             Coronado Enterprises
  120.                     12501 Coronado Ave NE
  121.                 Albuquerque, New Mexico 87122
  122.