this is my code.. but i get error in xstring header file at this part
size_type size() const
{ // return length of sequence
return (this->_Mysize);
}

here's my full code
#include <iostream>...