User-defined type
An unbounded number of user-defined types can exist, here are some common user-defined types:
std::string
a string (sequence of characters)std::vector
a 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::vector
a dynamically-growing array