類模板---求數組的最大值 找出一個數組中的元素的最大值,數組大小爲10。(用類模板來實現) 數組元素類型做爲類模板的參數。 在下面的程序段基礎上完成設計,只提交begin到end部

#include <iostream> #include <string> using namespace std; template <class T> class Array_max //聲明類模板 { public: //如下3行爲成員函數原型聲明 void set_value( ); //對數組元素設置
相關文章
相關標籤/搜索