Re: Strooustrup Exercise - doubly-linked list

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Default User

    Re: Strooustrup Exercise - doubly-linked list

    arnuld wrote:
    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.
    >
    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
Working...