List Template Class Overloading << operatorThanks a ton for the help; it's compiling and running properly now.
List Template Class Overloading << operatorSure thing; I think I can pinpoint the main problem areas. Here is the header file for class B: ...
List Template Class Overloading << operatorHello, I've made a template class A that works as a general list of items. I need it to be possi...
string Data Members in ClassIt was a foolish mistake, as usual. I was declaring it [code]string some_var[/code] without the usi...
string Data Members in ClassI'm trying to create a simple class as a homework exercise. The problem I've run into happens when ...