User profile: AMETOPRINCE

User info
User name:AMETOPRINCE
History
Joined:
Number of posts:13
Latest posts:

help with overloading relational operators
Ok thanks you very much.I will try it and see how it works.

help with overloading relational operators
Here the compiler error that I get.And I do not understand why it complaining for the poster array a...

help with overloading relational operators
I have problem overloading the operator [] and the relational operators in my .hpp file.Any help wi...

help with overloading relational operators
Thank you very much for helping out.I have to turn this assignment by tomorrow. So your help will b...

help with overloading relational operators
[code] #include <string> // for the use of the string class #include <vector> // For the use ...