arnuld wrote:
>
>
Oh.. I thought of std::string like a char pointer.
I'd strongly recommend that you read the Stroustrup sections on
std::string before you try to use it any further.
Brian
On Thu, 06 Nov 2008 21:57:08 -0800, red floyd wrote:
Yeah, but NULL is an integer constant, defined as 0. There's no
assignment operator std::basic_stri ng<>::operator= (int), hence the
error.
assignment operator std::basic_stri ng<>::operator= (int), hence the
error.
Oh.. I thought of std::string like a char pointer.
std::string before you try to use it any further.
Brian