// NewDelete.cc - shows how to use new and delete #include using namespace std; void show( double *a , int N ){ for( int n=0; n