string helpthanks SGH i already used replace and it works as i wanted to so its ok , thanks :)
string helpthanks , i already created other "algorithm" to do that using replace func , thanks anyway
string helpstring z = "12345"; for (int i = 1; i < z.length(); i++) { z.replace(0, i, ""); cout << z...
string helpthanks tarik so much :)
string helphello lets say we have string x = "abcdefgh"; what i want to do is to remove letters for example i ...