November 2008 Archives

Improve your C++: const-correctness

| 1 Comment

Writing “const-correct” code will improve the quality and maintainability of your code. It is especially important and useful when writing Object-Oriented code, as objects are often passed around as constant references. Properly declaring non-mutating methods as const allows you to safely call any const method on such a reference. It is part of good type-safe practice and good code hygiene. So how do we do it?

New blog setup

| No Comments

This blog is now powered by the wonderful MovableType, Open Source Edition, running on SliceHost.

Installation was painless, following the instructions on the main website. I used PostgreSQL, my favourite RDBMS, on the back-end. I got a basic site up very quickly, and chose one of the supplied templates to get started.

My Photos

www.flickr.com
This is a Flickr badge showing public photos and videos from antonyme. Make your own badge here.

Recent Tweets

    About this Archive

    This page is an archive of entries from November 2008 listed from newest to oldest.

    October 2008 is the previous archive.

    April 2009 is the next archive.

    Find recent content on the main index or look in the archives to find all content.