home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / tsfaqp26.zip / FAQPASB.TXT < prev    next >
Internet Message Format  |  1995-07-04  |  8KB

  1. From ts@uwasa.fi Tue Jul 4 00:00:00 1995
  2. Subject: FAQPASB.TXT
  3.  
  4.                               Copyright (c) 1993-1995 by Timo Salmi
  5.                                                 All rights reserved
  6.  
  7. FAQPASB.TXT Bibliography of textbooks and references for frequently
  8. asked Turbo Pascal questions with Timo's answers.
  9.  
  10. Note that several of the references below will have later editions
  11. available, as is usual in this kind of literature with frequent
  12. compiler, program, and OS updates.
  13.  
  14. ....................................................................
  15. Prof. Timo Salmi   Co-moderator of news:comp.archives.msdos.announce
  16. Moderating at ftp:// & http://garbo.uwasa.fi archives  193.166.120.5
  17. Department of Accounting and Business Finance  ; University of Vaasa
  18. ts@uwasa.fi http://uwasa.fi/~ts BBS 961-3170972; FIN-65101,  Finland
  19.  
  20. --------------------------------------------------------------------
  21.  
  22. From ts@uwasa.fi Tue Jul 4 00:00:59 1995
  23. Subject: Turbo Pascal Bibliography
  24.  
  25. A. *****
  26.  Q: BIBLIOGRAPHY, text-books:
  27.  
  28. Bielig-Schulz, G. & Schulz, Ch. (1990). 3D Graphics in Pascal. John
  29.   Wiley & Sons Ltd.
  30.  
  31. Brown, Ralf & Kyle, Jim (1991). PC Interrupts, A Programmer's
  32.   Reference to Bios, Dos, and Third-Party Calls. Addison-Wesley
  33.   Publishing Company. Inc.  (This is not a Turbo Pascal text-book,
  34.   but a very useful reference book for advanced Turbo Pascal and
  35.   other programmers. Ralf Brown is the author of the well-known
  36.   ftp://garbo.uwasa.fi/pc/programming/inter*.zip interrupt list. The
  37.   book is based on the list, but the material is arranged by
  38.   subjects instead of chronological interrupt numbers).
  39.  
  40. Cooke, D & Craven, A H & Clarke, G M (1985). Statistical Computing
  41.   in Pascal. Mathematics Division, Edward Arnold Publishers Ltd.
  42.  
  43. Cooper, Doug (1992). Oh! Pascal! for Turbo Pascal 6.0 (3rd. Ed.),
  44.   W.W. Norton & Co, N.Y. (A description from the author: 894 pages,
  45.   16 full color, with 1.2 or 1.44 meg diskette. This edition was
  46.   written directly for TP6.0, and fully covers objects. The emphasis
  47.   is on modification of existing code; many long (100-500) line
  48.   projects, all using graphics, are supplied).
  49.  
  50. Duncan, Ray (1988). Advanced MS-DOS Programming. The Microsoft guide
  51.   for Assembly Language and C programmers. Microsoft Press. (Much
  52.   useful information on interrupts also for Turbo Pascal
  53.   programmers).
  54.  
  55. Dettmann, Terry (1989). Dos Programmer's Reference. Second edition,
  56.   revised by Jim Kyle. Que.
  57.  
  58. Dorfman, Len & Neuberger, Marc J. (1993). Turbo Pascal Memory
  59.   Management Techniques. Mindcreast/McGraw-Hill.
  60.  
  61. Duntemann, Jeff (1989). Complete Turbo Pascal. Third edition. Scott,
  62.   Foresman and Company.
  63.  
  64. Dutton, Frank (1989). Turbo Pascal Toolbox. Second edition. Sybex.
  65.  
  66. Ezzel, Ben (1989). Programming the IBM User Interface Using Turbo
  67.   Pascal. Addison-Wesley.  (Especially well suited for beginning
  68.   interrupt users.)
  69.  
  70. Jamsa, Kris (1988). Dos Power User's Guide. Osborne McGraw-Hill. (In
  71.   a way oldish, but has a very good number of examples of interrupt
  72.   programming mainly in Turbo Pascal.)
  73.  
  74. Jamsa. Kris (1993). Jamsa's 1001 Dos & PC Tips. Osborne &
  75.   McGraw-Hill. (Not any TP, but some useful interrupt and batch
  76.   lore.)
  77.  
  78. Jamsa, Kris & Nameroff, Steven (1987). Turbo Pascal Programmer's
  79.   Library. Borland-Osborne / McGraw-Hill.
  80.  
  81. Jamsa, Kris & Nameroff, Steven (1988). Turbo Pascal Programmer's
  82.   Library. Second edition. Borland-Osborne / McGraw-Hill.
  83.  
  84. Jourdain, Robert & The Peter Norton Computing Group (1992).
  85.   Programmer's Problem Solver. 2nd ed. Brady Publishing. (A rather
  86.   superficial book with interrupt programming. Leaves far too much
  87.   essential code out. The most useful aspect is that the snippets of
  88.   code that are given, are given in Basic, Turbo Pascal, C, and in
  89.   assembler.)
  90.  
  91. Koffman, Eliol B. & Maxim, Bruce (1993). Turbo Pascal; with advanced
  92.   topics. 4th ed. Addison-Wesley. (This is a TP text-book best
  93.   suited for teaching.)
  94.  
  95. Martin, Gary W. (1992). Turbo Pascal. Theory and Practice of Good
  96.   Programming. Sounders College Publishing. This is an introductory
  97.   text-book on Turbo Pascal programming.
  98.  
  99. Mitchell, Edward with Shammas, Namir (1993). Borland Pascal
  100.   Developer's Guide. Que. (The cover says "Advanced Reference for
  101.   Power Programmers!")
  102.  
  103. Norton, Peter & Wilton, Richard (1988). The New Peter Norton
  104.   Programmer's guide to the IBM PC & PS/2. Microsoft Press. (Much
  105.   useful information on interrupts and their background also for
  106.   Turbo Pascal programmers).
  107.  
  108. O'Brien, Stephen (1988). Turbo Pascal, Advanced Programmer's Guide.
  109.   Borland-Osborne / McGraw-Hill.
  110.  
  111. O'Brien, Stephen (1988). Turbo Pascal, The Complete Reference.
  112.   Borland-Osborne / McGraw-Hill.  (Much useful tricks including
  113.   fast input handling with BlockRead. But some of the codes have
  114.   not been properly updated since TP 3.)
  115.  
  116. O'Brien, Stephen (1989). Turbo Pascal 5.5, The Complete Reference.
  117.   Borland-Osborne / McGraw-Hill.
  118.  
  119. O'Brien, Stephen K. & Nameroff, Steve (1993). Turbo Pascal 7, The
  120.   Complete Reference. Osborne / McGraw-Hill.
  121.  
  122. Ohlsen, Chris & Stoker, Gary (1989).  Turbo Pascal Advanced
  123.   Techniques. Que. (Also includes some useful inside tips.)
  124.  
  125. Porter, Kent (1987). Stretching Turbo Pascal. Advanced Programming
  126.   in the MS-DOS Environment. Brady, Prentice Hall.
  127.  
  128. Porter, Kent & Floyd, Mike (1990). Stretching Turbo Pascal. Version
  129.   5.5. Revised Edition. Brady, Prentice Hall. (In my opinion late
  130.   Porter's books are not up to his impressive standards shown in Dr.
  131.   Dobb's Journal.)
  132.  
  133. Press, William & Flannery, Brian & Teukolsky, Saul & Vetterling,
  134.   William (1986). Numerical Recipes. The Art of Scientific
  135.   Computing. Cambridge University Press. (The shareware version of
  136.   the extensive pascal codes of this book are available as
  137.   ftp://garbo.uwasa.fi/pc/turbopas/nrpas13.zip).
  138.  
  139. Rugg, Tom & Feldman, Phil (1989). Turbo Pascal Programmer's Toolkit.
  140.   Que.  (I just hate it when TP text-books use include files which I
  141.   have to hunt high and low throughout the earlier text.)
  142.  
  143. Schildt, Herbert (1988). Advanced Turbo Pascal Version 4.
  144.   Borland-Osborne / McGraw-Hill.
  145.  
  146. Stivison, Douglas (1986). Turbo Pascal Library. Sybex.
  147.  
  148. Swan, Tom (1989). Mastering Turbo Pascal 5.5. Third edition. Hayden
  149.   Books.  (Best as a nice alternative reference of Turbo Pascal
  150.   keywords. Also later TP versions available)
  151.  
  152. Tischer, Michael (1990a). PC System Programming. An in-depth
  153.   reference for the DOS programmer. Third printing. Abacus.
  154.  
  155. Tischer, Michael (1990b). Turbo Pascal Internals. Abacus. (Can be
  156.   recommended for a deeper understanding of Turbo Pascal. Not for
  157.   beginners.)
  158.  
  159. Tischer, Michael (1992). PC Intern System Programming. The
  160.   Encyclopedia of DOS Programming Know How. Abacus. (A very useful
  161.   reference for intermediate and advanced interrupt programming with
  162.   examples in BASIC, Turbo Pascal, C, and assembler. A drawback is
  163.   that it draws unnecessarily heavily on assembler modules to be
  164.   linked, and requires MASM or TASM in those cases.)
  165.  
  166. Wood, Steve (1989). Using Turbo Pascal 5. Borland-Osborne /
  167.   McGraw-Hill.
  168.  
  169. Yester, Michael (1989). Using Turbo Pascal. Que.  (Useful also as
  170.   an introduction to more advanced usages.)
  171.  
  172.  
  173. BIBLIOGRAPHY, program etc handbooks:
  174.  
  175. 5.0 Turbo Analyst. TurboPower Software (1988).
  176.  
  177. 5.0 Turbo Professional.  TurboPower Software (1988). Later 5.5 Turbo
  178.   Objective? Not to be confused with Borland's Turbo-Assembler-
  179.   Debugger Turbo Professional package.
  180.  
  181. Microsoft MS-DOS User's Guide and User's Reference. Operating System
  182.   Version 3.3. Microsoft Corporation (1987).
  183.  
  184. Turbo Pascal. Numerical Methods Toolbox. Version 4.0. Borland
  185. International, Inc.
  186.  
  187. Turbo Profiler. Version 1.0. User's Guide. Borland International,
  188. Inc. (1990).
  189.  
  190.  
  191. TIPS FROM OTHER TP USERS
  192.  
  193. Brian Long's book "The Borland Pascal Problem Solver" Addison-Wesley
  194. 1993 0-201-59383-1
  195.  
  196. The Pascal Magazine
  197.