Re: Returning more than one variable? - Help
From: Alwyn (dt015a1979_at_mac.com.invalid)
Date: 09/23/04
- Next message: Chris \( Val \): "Re: Returning more than one variable? - Help"
- Previous message: Robert A. T. Kaldy: "Re: reading characters from file"
- In reply to: Chris \( Val \): "Re: Returning more than one variable? - Help"
- Next in thread: Chris \( Val \): "Re: Returning more than one variable? - Help"
- Reply: Chris \( Val \): "Re: Returning more than one variable? - Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Chris \( Val \): "Re: Returning more than one variable? - Help"
- Previous message: Robert A. T. Kaldy: "Re: reading characters from file"
- In reply to: Chris \( Val \): "Re: Returning more than one variable? - Help"
- Next in thread: Chris \( Val \): "Re: Returning more than one variable? - Help"
- Reply: Chris \( Val \): "Re: Returning more than one variable? - Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|