Path: utzoo!utgpu!watserv1!watmath!att!cbnewsl!bill From: bill@cbnewsl.att.com (william.clark) Newsgroups: comp.lang.c++ Subject: Renew? Keywords: memory allocation Message-ID: <1990May25.013535.16930@cbnewsl.att.com> Date: 25 May 90 01:35:35 GMT Organization: AT&T Bell Laboratories Lines: 8 C has malloc() and C++ has new C has remalloc() could C++ have "renew"? It would save me some time shifting class contents around as the objects accrue data. (I know I could simple use malloc() and realloc() and might even save some time but I'd rather stick to new). -bill