123
string characters = "abc"; for (int i = 0; i < characters.length(); ++i) mystack.push(characters.at(i));