gccheck2002
Registered Users (C)
Is there a approval pattern as per FP location.
????
????
[FONT=courier new]
[COLOR=blue]
void main()
{
CApplicant *applicant = new CApplicant("Silly Man") ;
if ((applicant->region != 'San Jose') || (applicant->region != 'Oakland') || (applicant->region != 'Sacramento'))
{
applicant->luck = 'bad' ;
}
else
{
applicant->luck = 'good' ;
}
)
[/COLOR]
[COLOR=Green]
// The above does not implicate, that I'm from SJ
// I'm from LA. Unlucky albeit, but from LA. :rolleyes:
[/COLOR]
[/FONT]