Here's a picture of today's coffee.

"When in doubt, use brute force." -- Ken Thompson
If a variable is not final then it should be private. If you need to make it accessible to another class and there is no accessor then you're probably not doing something right.
I don't think C gets enough credit. Sure, C doesn't love you. C isn't about love--C is about thrills. C hangs around in the bad part of town. C knows all the gang signs. C has a motorcycle, and wears the leathers everywhere, and never wears a helmet, because that would mess up C's punked-out hair. C likes to give cops the finger and grin and speed away. Mention that you'd like something, and C will pretend to ignore you; the next day, C will bring you one, no questions asked, and toss it to you with a you-know-you-want-me smirk that makes your heart race. Where did C get it? "It fell off a truck," C says, putting away the boltcutters. You start to feel like C doesn't know the meaning of "private" or "protected": what C wants, C takes. This excites you. C knows how to get you anything but safety. C will give you anything but commitment
In the end, you'll leave C, not because you want something better, but because you can't handle the intensity. C says "I'm gonna live fast, die young, and leave a good-looking corpse," but you know that C can never die, not so long as C is still the fastest thing on the road.
"You start to feel like C doesn't know the meaning of "private" or "protected": what C wants, C takes. This excites you. C knows how to get you anything but safety."
Basically, someone resuming from an exception handler can never be sure that the code after the point of throw was written to deal with the excecution just continuing as if nothing had happened. An exception handler cannot know how much context to "get right" before resuming. To get such code right, the writer of the throw and the writer of the catch need intimate knowledge of each others code and context. This creates a complicated mutual dependency that wherever it has been allowed has led to serious maintenance problems.This is probably of very little interest to many people, but I find it rather facinating to see why certain decisions were made.
The Art of UNIX ProgrammingIt's an interesting read (and free too!). It isn't a technical manual on how to write applications for the UNIX environment, but rather a philosphical approach for programming according to the (so called) UNIX philosophy.
"What, are, you, doing, here?"We turned around to see Findley's surgeon, Dr. Annie Fecteau, who was on call that evening. She looked a little horrified to see us standing there, so I brought her up to speed on Findley's condition.
Additionally, the school should offer a customized Linux BootCD with which students could place into any Windows XP workstation on campus and boot into Linux, and connect to the remote KDE servers.
The only additional hardware requirements would be the Authentication Server, and the Application Servers. The school could keep their crappy Ultra5s (they have nice monitors) and expand their UNIX footprint with Linux/KDE applications etc.
That said, a place like that would never be implemented.