home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!relay!nswc-wo.nswc.navy.mil!kestes
- From: kestes@nswc-wo.nswc.navy.mil (Kent Estes)
- Subject: question on REFERENCES
- Message-ID: <1992Nov17.141055.19557@relay.nswc.navy.mil>
- Sender: news@relay.nswc.navy.mil
- Organization: Naval Surface Warfare Center
- References: <1992Nov17.073603.5235@murdoch.acc.Virginia.EDU> <75096@hydra.gatech.EDU>
- Date: Tue, 17 Nov 1992 14:10:55 GMT
- Lines: 12
-
- Hello netters,
-
- I am working on a function that references objects via id. Upon finding
- an object, it returns a reference to that object. My question is :
- if the object is not found, what is the best way to handle this. If
- I were returning pointers to objects, all I would have to do is
- return NULL.
-
- tnx kl.
-
- reply via email not encouraged.
-
-