Introduction - If you have any usage issues, please Google them yourself
Design a generic array class (mainly this data to numeric), designed to complete the relevant members of the array common operations (such as elements to add, delete, access, search and sort the array, etc.), and >>, <<, [] (returns an element value index was at), = (to array assignment) and other operators overloaded! Array class is designed to be capable of cross-border checks.