Re: Returning more than one variable? - Help

From: Alwyn (dt015a1979_at_mac.com.invalid)
Date: 09/23/04


Date: Thu, 23 Sep 2004 16:02:55 +0100

In article <2rg21eF19tgdrU1@uni-berlin.de>, Val \
<chrisval@bigpond.com.au> wrote:
>
> Additionally, the 'new' operator is much the preferred
> choice in C++.

For 'int *'? I don't see it makes a blind bit of difference, quite
honestly, as long as you remember to dispose of the memory with 'free'
and 'delete', respectively.

Alwyn



Relevant Pages