Description: The preparation of a class template has the following styles tmplt, used to achieve the so-called sequence output problem, which uses a type parameter T ( so that the processing of the element type can be changed ) and common parameters of n ( the number of elements can be changed ):Template < class T n > tmplt { class, intT arr [ n] // N T type data stored in the array arrPublic:Void dataIn ( ) // keyboard input from the n T data type in arr arrayVoid reverseOut ( ) // arr array data in the reverse order according to the input output} The main function and preparation, class template is instantiated for a specific description of the class and class object, followed by the object which is responsible for the input data member functions, and through the object calls another member function according to the input data sequence output.
To Search:
File list (Check if you may need any files):
counter.cpp