Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!snorkelwacker!tut.cis.ohio-state.edu!ucbvax!ulysses!fox From: fox@research.att.com (David Fox) Newsgroups: comp.std.c++ Subject: Re: Proposed addition to string library: strnew Message-ID: Date: 12 Sep 90 18:15:51 GMT References: <77210002@hpclscu.HP.COM> Sender: netnews@ulysses.att.com Organization: AT&T Bell Laboratories Lines: 5 In-reply-to: shankar@hpclscu.HP.COM's message of 10 Sep 90 23:39:13 GMT I am aware of strdup(), but it uses malloc rather than new and it bombs if you pass it a zero pointer, rather than passing back a zero pointer as strnew does. I wasn't really that serious about strnew, but I've received many replies saying that strdup is the same as strnew, but its not.