You can store objects of user defined datatype in a C++ Array . To store objects of user defined datatype in an array, you can declare an array of the specific type and initialize the array just like an array of ints.
Can objects be used in arrays C++?
You can store objects of user defined datatype in a C++ Array . To store objects of user defined datatype in an array, you can declare an array of the specific type and initialize the array just like an array of ints.