home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5377 < prev    next >
Encoding:
Text File  |  1992-09-13  |  1.5 KB  |  32 lines

  1. Path: sparky!uunet!usc!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: holland@matt.ksu.ksu.edu (Rich Holland)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: I need a project idea
  5. Date: 13 Sep 1992 18:31:56 -0500
  6. Organization: Kansas State University
  7. Lines: 20
  8. Message-ID: <190j1cINN33o@matt.ksu.ksu.edu>
  9. References: <7vrn5f=.sjs@netcom.com> <18k2onINNgqm@usenet.INS.CWRU.Edu>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. wct@po.CWRU.Edu (William C. Thompson) writes:
  13.  
  14. >10-15 hours?  This must be a small project.  Hell, some bugs I've
  15. >had took 10-15 hours to find. 
  16.  
  17. Me too!  Especially those dealing with pointers!  I've got a DBMS program
  18. written entirely in TP5.5 that I wrote about a year ago, and I had to
  19. debug some things this fall.  For some reason, my Edit-A-Record routines
  20. weren't working right -- they didn't save the data out, but seemed to be
  21. creating separate records in the data file.  I found that I was saving
  22. them to Pos -- the position the record was "found" in the index file --
  23. in the data file, instead of seeking to FilePos -- the position in the
  24. data file that the index file points to.  What a bummer.  Totally trashed
  25. the data file and had to start over.  :-(
  26.  
  27. -- 
  28. Rich Holland              | INTERNET: holland@matt.ksu.ksu.edu
  29. 100 Jardine Terr, Apt A7  | BITNET  : holland@ksuvm
  30. Manhattan, KS  66502-3357 | UUCP    : ...!rutgers!matt.ksu.ksu.edu!holland
  31. char*p="char*p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
  32.