OUCH!!! First that is what I have to say about the game OUCH!!!!! I was at the game tonight, you can see the pictures I took tonight here. The Pens start out strong and end the first period 2 to 0. In the second Ottawa gets a penalty, and is short handed, this is where[…]
In my last post, I talked about using Virtual Class Inheritance, and was thinking about how to cast it. well I have come up with from books and talking with others to try this: [code] // See http://blog.mikeoconnor.net/?postid=874 // for the class defs grandchild* Base2grandchild(Base *ptr) { grandchild *toBeReturned; try { toBeReturned = dynamic_cast(ptr); return[…]
I am going to post some evil now, I will cover more on it later. But a program I am working on has gotten to a point to where I ended up needing to do something like [code] class Base { public: int value }; class child1 : public Base { }; class child2 :[…]
The BBC is running an article about an idiot who is suing Apple computers over the dangers of the iPod. He claims there are not adequate warnings on the device about the dangers of hearing loss on it. I guess if he wins we will see yet another stupid warning label, maybe it should read[…]
I was holding off on talking about this one, I wanted to make sure it got published first, but for wplug‘s news letter The Open Pitt I have started a small monthy artical, called “Links of the Month” The link I gave above is from the Jan issue of the Open Pitt, I have another[…]
As most people probably have heard that Cindy Sheehan was arrested yesterday for a T-Shirt she unveiled just before before The State of the Union Address from President Bush. There are a range of opinions of this on both sides, I will list 5 blogs (blog sites not news sites, this will give you an[…]