Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:The C Programming Disease (Score 2, Insightful) 216

Not crashing when calling something on a NULL object is not necessarily a bad thing. You should read: Enhancing Server Availability and Security Through Failure-Oblivious Computing You can also use TRUE/FALSE and 1/0 for boolean values, too. Dropping stack allocation for objects is, IMHO, a good thing. The fact that C++ has to truncate an object when you pass a subclass to a method that expects the superclass via the stack, but does not when you pass a pointer to it. Not what most people would expect and would break dynamic dispatch.

More Voting Shenanigans in Florida 680

stewwy writes "It looks like the the shenanigans have started already, the Register is running a story about the difficulty early voters are having with casting votes for Democrats." From the article: "The touch-screen gizmos seem strangely attracted to Republican candidates. One voter needed assistance from an election official, and even then, needed three tries to convince the machine that he wanted to vote for Democrat Jim Davis in the gubernatorial race, not his Republican opponent Charlie Crist."

Slashdot Top Deals

It is much harder to find a job than to keep one.

Working...