Hi,
I have a string str ="this is my name"
start = 's'
end = 'n'
my out put should exclude the chars between s and n and print the rest of the string

str = "thi ame" as my output string.

Can anyone please help me with c++ code to this problem...

Thanks