Re: error when rename pointer names
- From: "Peter Nilsson" <airia@xxxxxxxxxxx>
- Date: 17 Jul 2006 15:16:34 -0700
ehabaziz2...@xxxxxxxxx wrote:
When I rename the variables d,p TO : do,po in all the module of :
void convert_meter(float *me,float *d,float *p)
I got an error of that line of : void convert_meter(float *me,float
*d,float *p)
What happens when you rename d to while?
What happens when you rename d to for?
Hint:
do {
input_meter(&meter);
convert_meter(&meter,&dots,&points);
} while (another()=='y');
--
Peter
.
- References:
- error when rename pointer names
- From: ehabaziz2001
- error when rename pointer names
- Prev by Date: error when rename pointer names
- Next by Date: Re: OT: Re: automated coding standard validation?
- Previous by thread: error when rename pointer names
- Next by thread: Re: error when rename pointer names
- Index(es):