Pointer question.
From: Gregory L. Hansen (glhansen_at_steel.ucs.indiana.edu)
Date: 03/26/05
- Next message: BobR: "Re: ReadConsoleOutput changes the size of my SMALL_RECT... help!"
- Previous message: John Peters: "Re: Why does this work?"
- Next in thread: gooch: "Re: Pointer question."
- Reply: gooch: "Re: Pointer question."
- Reply: Anthony Borla: "Re: Pointer question."
- Reply: Alf P. Steinbach: "Re: Pointer question."
- Reply: Barry Schwarz: "Re: Pointer question."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 26 Mar 2005 22:35:18 +0000 (UTC)
I want to check on something. For a float, f and a pointer to float,
fptr, are the statements
*fptr = f;
fptr = &f;
the same thing?
-- "Let us learn to dream, gentlemen, then perhaps we shall find the truth... But let us beware of publishing our dreams before they have been put to the proof by the waking understanding." -- Friedrich August Kekulé
- Next message: BobR: "Re: ReadConsoleOutput changes the size of my SMALL_RECT... help!"
- Previous message: John Peters: "Re: Why does this work?"
- Next in thread: gooch: "Re: Pointer question."
- Reply: gooch: "Re: Pointer question."
- Reply: Anthony Borla: "Re: Pointer question."
- Reply: Alf P. Steinbach: "Re: Pointer question."
- Reply: Barry Schwarz: "Re: Pointer question."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|