template <class T> void new_array (T *&myptr, int size)

Old Style allocators: Compile with flag -DOLD_ALLOC

Use this version ONLY if your compiler does not support the new try/catch syntax


Documentation

Old Style allocators: Compile with flag -DOLD_ALLOC

Use this version ONLY if your compiler does not support the new try/catch syntax. Note that this will probably not work with newer compilers because the ANSI C++ standard does not require the new operator to return a null pointer if it fails.

Anne Shepherd, College of William and Mary.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de