@huxley Got a question for you (and any other C++ furs out there)
I've got a template function, and I'm calling it from main(). This works fine, however when I move formatArray() into print.cpp and add a matching prototype to print.h, it can no longer find the function. I can put other functions in print.h and the compiler finds them, there's just something odd about including a header with a template function I'm not getting.
