User profile: wajahatshoukat
User info |
User name: | wajahatshoukat |
History |
Joined: | Nov 18, 2015 at 10:09pm |
Number of posts: | 21 |
Latest posts: |
STD SET problem, will not let me print set I 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 set This is the exact error that shows :
Invalid operands to binary expression ('ostream' (aka 'basic_o...
STD SET problem, will not let me print set For 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 set So 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