How to specify a pointer-value template argument that defaults to NULL, in C++03?
I’m working on a little bit-chord class, and I want to add to it a feature where you can pass in an array of strings as a template-parameter, so that the class can print out its current state in a human-friendly format. A sketch of the class looks like this: