Re: I'm not REALLY a newbie, but.......
From: jeffc (nobody_at_nowhere.com)
Date: 06/02/04
- Next message: Gianni Mariani: "Re: WinInet API: Accessing a file on FTP for Reading [OT]"
- Previous message: Chris \( Val \): "Re: data file reading and manipulate"
- In reply to: as mellow as a horse: "Re: I'm not REALLY a newbie, but......."
- Next in thread: as mellow as a horse: "Re: I'm not REALLY a newbie, but......."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 2 Jun 2004 10:11:45 -0400
"as mellow as a horse" <mail@MICKmoss42.fslife.co.uk> wrote in message
news:c9j0um$u9u$1@newsg4.svr.pol.co.uk...
> I thought passing the pointer was enough rather than passing the
> address of the pointer as this code appears to be doing.
When using pointers rather than references, you have to pass a pointer to
ANYTHING that you want to change. If what you want to change is a pointer,
then of course you have to pass a pointer to that.
- Next message: Gianni Mariani: "Re: WinInet API: Accessing a file on FTP for Reading [OT]"
- Previous message: Chris \( Val \): "Re: data file reading and manipulate"
- In reply to: as mellow as a horse: "Re: I'm not REALLY a newbie, but......."
- Next in thread: as mellow as a horse: "Re: I'm not REALLY a newbie, but......."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]