STD SET problem, will not let me print setI did try it and it gave me same error :(
STD SET problem, will not let me print set[code] ostream& operator<<(ostream& os, Book& b){ os << "Title: " << b.title << endl << "Authors...
STD SET problem, will not let me print setThis is the exact error that shows : Invalid operands to binary expression ('ostream' (aka 'basic_o...
STD SET problem, will not let me print setFor my Book class I did overload it, I have no problem printing out those objects when I use it with...
STD SET problem, will not let me print setSo I know when you want to print out a STD set of objects , you need an iterator and iterate through...
This user does not accept Private Messages