Monthly Archives: January 2010

Shared pointers, and why you should use them

NOTE: The ideas expressed below are in part based on the book Effective C++ by Scott Myers. He uses auto_ptr in his example, but essentially the lesson is the same. Let’s face it: pointers are dangerous. If you allocate something, … Continue reading

Posted in Code | Tagged , , | Leave a comment

Good Morning World!

By the time this post gets published it won’t be early morning any more. However I have had the most relaxing morning! I start classes again this Thursday, so I need to get my sleep schedule back on track. I … Continue reading

Posted in Stuff and Junk | 1 Comment