Is there a member function in the string class to put two strings together at a certain index? For example... if i took these two strings... city = Memphis and state = Tennessee to put them together
like this
Memphis Tennessee
The city would start at index 0 and state and index 16. For every case?