


You should not separate them out as it becomes problematic using templates with a class that has separate header and implementation files.

You will want to leave the class and implementation of that class in the. You have to convert the Array class to a class template that should work for integers, doubles, and characters. Modify the Array class to make this class a class template.Use the Array header and main function in the module as the starting point for your assignment.The purpose of this assignment is to modify an existing class to be a class template that can be utilized with different data types. I'm unable to run my program on Windows Visual Studio and I'm not sure how to get the program to run
