home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / test10.zip / ENCODE.HIS < prev    next >
Text File  |  1993-01-22  |  463b  |  26 lines

  1. Encode.c History
  2.  
  3.  
  4. Eecode.c
  5.  
  6. Version 1.0
  7.  
  8.    Released to public
  9.  
  10. Version 1.1
  11.  
  12.    Jan. 22, 1993
  13.  
  14.    - Cleaned up source code.
  15.      Compiler warning "Conversion may lose significant digits".
  16.      Found : long variables indexing arrays.
  17.      Change: type cast long variables to int.
  18.  
  19.    - User had to enter current date.
  20.      Added to program to getdate() from DOS.
  21.  
  22.    - Added help information.
  23.  
  24.    - Changed print out to readable format.
  25.  
  26.