Hey, I've just finished implementing a Linked List. It works great with Integers. However, when I change it to String, it gives the following error:
error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' (or there is no acceptable conversion)