Hallo,
Can someone tell me why my while doenst read the second, third.... record?
(This's a part of my code.)
I've looked for it in the books and on internet, but juist don't see the
probleem.
TI@
Wen
int klantNr, access;
Client MutatieRec, MasterRec;
OpenBestand(acc ess);
LeesMutatie( MutatieRec, klantNr);
while( MutatieRec.klan tNr !=HV) //HV is defined as 99999
{
cout<<MutatieRe c.klantNr;
LeesMutatie( MutatieRec, klantNr);
}
cin.get();
--
Met vriendelijke groet,
Wen
Can someone tell me why my while doenst read the second, third.... record?
(This's a part of my code.)
I've looked for it in the books and on internet, but juist don't see the
probleem.
TI@
Wen
int klantNr, access;
Client MutatieRec, MasterRec;
OpenBestand(acc ess);
LeesMutatie( MutatieRec, klantNr);
while( MutatieRec.klan tNr !=HV) //HV is defined as 99999
{
cout<<MutatieRe c.klantNr;
LeesMutatie( MutatieRec, klantNr);
}
cin.get();
--
Met vriendelijke groet,
Wen
Comment