User-defined type
An unbounded number of user-defined types can exist, here are some common user-defined types:
std::stringa string (sequence of characters)std::vectora dynamically-growing array
An unbounded number of user-defined types can exist, here are some common user-defined types:
std::string a string (sequence of characters)std::vectora dynamically-growing array