Alec Sloman - 2010-07-25

You can't overload constructors in the way that I was hoping ... you can only do it by having different argument lists. So that's not what we really want. I settled on just putting a switch in each constructor, so when you initialize an object, you have to type in the command line what template to initialize it from. Think of some other ways.