• Array2T.cpp
  • Array2T.h
  • Array2TTest.cpp
  • Makefile
      Notes:
      • I have a strange constant overloaded [] function.
        • This allows constant access when the class is passed by constant reference.
      • All other functions are normal and I believe work correctly.