#include "Array.cc" // Note that this is the .cc! We will need to // compile this file, not Array.cc // Template instantiations template Array< int >; template Array< const char * >;