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.
Read moreYou 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.
Read more