home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume2 / dating / date.doc.v2 < prev    next >
Text File  |  1987-10-26  |  2KB  |  62 lines

  1.                Docs for Date-A-Base version 2
  2.  
  3. First you must copy the following files into a directory called:
  4.               .date
  5.  
  6. The files are:       bbase
  7.              Questions
  8.  
  9. then into this directory you must also issue:
  10.          touch database
  11.  
  12. The actual program files are
  13.         date.v2.p
  14.         getw.c
  15.         getw.h
  16.  
  17. To run the programs you must
  18.  
  19. cc -c getw.c
  20.  
  21. Then:
  22.  
  23. pc date.v2.p getw.o
  24.  
  25. you can then ReMove date.v2.p, getw.c, getw.o, date.o and getw.h
  26. and rename the a.out file.
  27.  
  28. so here are the commands:
  29.          mkdir .date
  30.          cp Questions .date/Questions
  31.          cp bbase .date/bbase
  32.          touch .date/database
  33.          cc -c getw.c
  34.          pc date.v2.p getw.o
  35.          mv a.out datingame
  36.  
  37. Just type 'datingame' and away it goes.
  38.  
  39. There is a copyright on the program. This doesn't mean you can't give it
  40. away or modify it. It only means that my name is to appear in the 'bye'
  41. procedure and the commented header.
  42.  
  43. Technical stuff
  44. ---------------
  45.  
  46. The differences between version 1.0 and 2.0 are:
  47.  
  48. In 2.0, the user no longer has to enter his own name. His login name
  49. is automatically placed in the Date-A-Base.
  50.  
  51. Version 2.0 also support the wallclock function. The wallclock function
  52. returns the number of seconds that have passed since Jan. 1, 1970.
  53. This may be called something else on your system, so you can modify the
  54. source to any function that is functionally the same.
  55.  
  56. In version 2.0 the data files (database, bbase and Questions) are places
  57. in a hidden directory (.date). These can be moved to any directory as 
  58. long as you change the 'reset' commands.
  59.  
  60.                Thomas M. Johnson
  61.  
  62.