home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / PASCAL / PASTUT34 / ORDER.TXT < prev    next >
Text File  |  1993-02-15  |  3KB  |  87 lines

  1.                     RECOMMENDED ORDER OF STUDY.
  2.                     ===========================
  3.  
  4. The tutorial can conveniently be studied in three sections; introduction,
  5. intermediate and advanced. Subsequently the companion tutorial OOPTUTOR
  6. can be used to study object-oriented programming and Turbo Vision.
  7.  
  8. Some of the notes shown in LIST.TXT are provided as additional reference
  9. material and need not form part of the recommended course of study
  10. indicated below:
  11.  
  12. Introduction.
  13. -------------
  14.      PRINCIPS.TXT  }   The structure of Turbo Pascal programs.
  15.      STRUCT.TXT    }
  16.  
  17.      The Integrated Development Environment (IDE) should then be studied
  18.      using the program TPTOUR.EXE provided by Borland (In the appropriate
  19.      Turbo Pascal directory, just type TPTOUR).
  20.  
  21.      INOUT.TXT         The standard input and output procedures.
  22.  
  23.      VARIABLE.TXT      Variable types used in Turbo Pascal.
  24.  
  25.      PROCFUNC.TXT      The use of procedures and functions.
  26.  
  27.      COMPDIR.TXT       Compiler directives.
  28.  
  29.      DEBUG.TXT         Program errors and debugging.
  30.  
  31.      Much of this introductory material involves an interrelation between
  32.      the various sections and it may be necessary to have more than one
  33.      text file open at one time. This is easily achieved by repeated use
  34.      of the keypresses Alt-N and O to select the Notes submenu option OPEN
  35.      and then selection of the appropriate files using the Tab key and the
  36.      arrow keys followed by pressing ENTER. Once more than one window is
  37.      open, the several windows may be 'tiled' by the keypresses Alt-W and T
  38.      or the required window may be selected by Alt-1, 2, 3,...etc.
  39.  
  40.  
  41. Intermediate.
  42. -------------
  43.      INC&UNIT.TXT      Include files, units and overlays.
  44.  
  45.      SYSDOS.TXT        The System and DOS units.
  46.  
  47.      REGS.TXT          The function and use of Registers.
  48.  
  49.      FILES.TXT         Turbo Pascal files.
  50.  
  51.      RECORDS.TXT       Record type variables.
  52.  
  53.  
  54. Advanced.
  55. ---------
  56.      HEAP&PTR.TXT      Dynamic memory management and Pointers.
  57.  
  58.      GRAPHICS.TXT      Graphics procedures and functions.
  59.  
  60.      --------------------------------------------------------------
  61.  
  62. The file MSDOS.TXT need only be studied by those who are not familiar with
  63. the computer operating system (DOS).
  64.  
  65. COMPORT.TXT provides information for those who wish to use the communication
  66. ports and to send or receive information from external devices.
  67.  
  68. ASSEMBLY.TXT and INLINE.TXT relate to assembly language inclusion in Turbo
  69. Pascal programs. The companion tutor ATUTOR provides additional information
  70. about Turbo Assembler.
  71.  
  72. MEMMAP.TXT provides further information about memory addressing, augmenting
  73. the notes on dynamic memory management.
  74.  
  75. PRINTER.TXT adds to the information on communication to the printer ports.
  76.  
  77. The remaining files: ADA&C.TXT, FUTURE.TXT, COMPAT.TXT and FILECONV.TXT
  78. are provided only as supplementary material about other languages, the
  79. future of computing, compatibilty of hardware and the conversion of files
  80. between different formats.
  81.  
  82. The companion tutor CTUTOR may be used to study Turbo C, which can be
  83. relatively easily learnt by those familar with Turbo Pascal.
  84.  
  85. ORDER.TXT
  86. 12.2.93
  87.