Actually, since the original poster used a single quote instead of a double quote, the string isn't properly terminated, resulting in a missing semicolon on line 5 with an undeclared identifier 'Island', then all kinds of junk.:)
If you're going to program life, you'd better be a damned good coder.
Well, the preferred method seems to have less to do with good code and more to do with greedy self-replication. The good code grabs the mutex, consumes all the IO resources and forks like crazy while the bad code starves until it catches the 'kill -KILL' signal.
Where do I submit patches (Score:5, Funny)
Person* Timesprout = GetPerson(xxxxx); Timesprout->physique = "Addonis";
Timesprout->attraction_level = "irristible to supermodels and actresses;'
Timesprout->wealth = BILL_GATES->wealth * 10;
Timespout->abode[0] = "Island paradise surrounded by beautiful nubile girls";
Timesprout->car[0] = "Ferrari spider";
I'll see how these work out before commiting more.
Re:Where do I submit patches (Score:5, Funny)
Soko
Re:Where do I submit patches (Score:2)
Re:Where do I submit patches (Score:3, Funny)
Well, the preferred method seems to have less to do with good code and more to do with greedy self-replication. The good code grabs the mutex, consumes all the IO resources and forks like crazy while the bad code starves until it catches the 'kill -KILL' signal.
Re:Where do I submit patches (Score:0)
That would be line 3 (semicolon ain't missing until the next token), except more likely you'd get "newline in string constant" on line 2.
Re:Where do I submit patches (Score:1)
The subroutine was GeekSexLife(). Rather than fix it, God simply removed the body of the routine and then recompiled.