User profile: Tommy1998

User info
User name:Tommy1998
History
Joined:
Number of posts:47
Latest posts:

string help
thanks SGH i already used replace and it works as i wanted to so its ok , thanks :)

string help
thanks , i already created other "algorithm" to do that using replace func , thanks anyway

string help
string z = "12345"; for (int i = 1; i < z.length(); i++) { z.replace(0, i, ""); cout << z...

string help
thanks tarik so much :)

string help
hello lets say we have string x = "abcdefgh"; what i want to do is to remove letters for example i ...