string insert « String « C++






1.string.insert()
2.Insert one string at location 10 of another string
3.string.insert( 3, string4, 0, string::npos )
4.Insert one string into another
5.Insert into str by using the iterator version of insert()