in Basic language I would program this line of code to remove a bit of data from a string and create a new string:

dstring = MID$(sstring, start, n)

is there a comperable method of doing this with the C or C++ language?

I have searched and searched to no avail.

Thanks