Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!brunix!sdm From: sdm@cs.brown.edu (Scott Meyers) Newsgroups: comp.lang.c++ Subject: _vec_new, _vec_delete, _new_handler Message-ID: <47767@brunix.UUCP> Date: 20 Aug 90 21:44:09 GMT Sender: news@brunix.UUCP Reply-To: sdm@cs.brown.edu (Scott Meyers) Organization: Brown University Department of Computer Science Lines: 18 Whatever happened to: _vec_new() Described in Dewhurst/Stark, pp. 157ff, they're supposed _vec_delete() to be called to allocate/deallocate arrays of objects with constructors/destructors. They don't seem to be part of the AT&T 2.0 distribution. _new_handler Described in Dewhurst/Stark, pp. 154ff, and in Lippman, pp. 170ff, it's supposed to be a pointer to a function that new calls if it can't allocate enough memory. It doesn't seem to be part of the AT&T 2.0 distribution. I know these aren't part of the language per se, but I would like to know whether they are still supposed to be part of the AT&T distribution. If they are, I'd appreciate pointers to the .h files they're declared in. Scott sdm@cs.brown.edu