| Write a class template Polynomial<T> that allows supports any numeric data type for the coefficients' data type. Define it based on Lab #4 from CPSC 172L. You can simply take your code for Lab #4 and convert it to a template. Submit just the template. |
|
|
|
|
|
|