home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 15823 < prev    next >
Encoding:
Text File  |  1992-11-05  |  830 b   |  19 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!gatech!purdue!yuma!sailors
  3. From: sailors@CS.ColoState.EDU (robert sailors)
  4. Subject: Re: Explanation for "Null pointer assignment"
  5. Sender: news@yuma.ACNS.ColoState.EDU (News Account)
  6. Message-ID: <Nov05.153422.73315@yuma.ACNS.ColoState.EDU>
  7. Date: Thu, 05 Nov 1992 15:34:22 GMT
  8. References: <Bww82p.HIw@peora.sdc.ccur.com> <1992Nov2.145342.2745@siesoft.co.uk> <1992Nov3.031847.44348@kuhub.cc.ukans.edu>
  9. Nntp-Posting-Host: beethoven.cs.colostate.edu
  10. Organization: Colorado State University, Computer Science Department
  11. Lines: 6
  12.  
  13. Borland supplies a HELPME!.DOC file, and somewhere there is mention of two addresses you
  14. can watch.  Something like (char *)0,4m and some string.  You put these in your watch
  15. screen, and step through the program until the values change.
  16.  
  17. Works great for me :)
  18.  
  19.