home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1989 / 05 / ddj0589 next >
Text File  |  1989-05-12  |  2KB  |  65 lines

  1. KERMIT.ASC                11-May-89 44614
  2.  
  3.     Keywords: KERMIT MODULA2 MAY89
  4.  
  5.    Kermit in Modula II. A nicely engineered implementation of the Kermit
  6.    protocol.
  7.  
  8. RLE.ASC                   11-May-89 5343
  9.  
  10.     Keywords: RLE MAY89 C
  11.  
  12.    Another approach to generating run-length encoding for your files.
  13.    Useful for compressing graphics, or any files that have long runs of
  14.    data that remain constant.
  15.  
  16.  
  17. SMLTER.ASC                11-May-89 28265
  18.  
  19.     Keywords: C COLUMN STEVENS MAY89
  20.  
  21.    Al Stevens starts a small interpretor for the Smallcomm program that
  22.    has been developing since September 1988.
  23.  
  24.  
  25. STRUCT.ASC                11-May-89 13883
  26.  
  27.     Keywords: TONKIN MAY89 STRUCTURES ENGINEERING
  28.  
  29.    Language (and potentially, machine) independant structures. Some good
  30.    ideas in here for structureing some classes of code for portability.
  31.  
  32.  
  33. TAWK.ASC                  11-May-89 21976
  34.  
  35.     Keywords: C++ MAY89 ECKEL AWK
  36.  
  37.    Tiny Awk in C++. Bruce Tonkin provides a good example of C++
  38.    programming in a useful little program.
  39.  
  40.  
  41. TSR.ASC                   11-May-89 28807
  42.  
  43.     Keywords: MAY89 TSR DOS ASM PASCAL
  44.  
  45.    A look at basic TSR code and techniques. This is part one of a two
  46.    part series, look for the next installment in June.
  47.  
  48.  
  49. VTOOLS.ASC                11-May-89 8453
  50.  
  51.     Keywords: STRUCTURED PROGRAMMING MODULAII PASCAL MAY89
  52.  
  53.    Jeff Dunteman's Structured Programming Column for May - a look at
  54.    type casting, and the continuation of the vtools code started in the
  55.    April issue
  56.  
  57.  
  58. VUPORT.ASC                11-May-89 38160
  59.  
  60.     Keywords: PORTER GRAPHICS VUPORTS MAY89
  61.  
  62.    Kent Porter's Graphics Programming Column for May -this month we have
  63.    vuports revisited - if you are doing graphics programming, read this
  64.    code!
  65.