can u please temme the string funtion which will eliminate the character in the desired position in C++.
ie in (string.h)
example
i need to remove the 4th character in "SACRED"
so the resultant array must be "SACED"
without a blank space in the deleted postion.
so the size gets reduced by one.
i am new to this field.. help me put pls