|
-
September 28th, 2005, 04:17 PM
#1
Print the characters excluding the specified substring
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|