Ejemplo n.º 1
0
	void TrimRightChar(XString& str,char c)
	{
		str.erase(str.find_last_not_of(c)+1);
	}