User: valen

  • Public profile

User profile: valen

User info
User name:valen
History
Joined:
Number of posts:8
Latest posts:

Can't find an applicable example for this form of operator << overloading
I appreciate your help. I really should have caught the first issue, but wasn't aware of the second....

Can't find an applicable example for this form of operator << overloading
Instead of the normal example: ostream& operator << (ostream& os, class &x) I am attempting someth...

Relearning C++: Overloading operators, concepts, etc.
My program has several problems that I can easily see. Putting aside being redundant with and in...

Relearning C++: Overloading operators, concepts, etc.
Okay, that did the trick. Combining of the array.h and array.cpp files into one file. I also took th...

Relearning C++: Overloading operators, concepts, etc.
I agree, the array->operator [] (5) is very ugly... but interesting. Okay. Progress. I have clean...

This user does not accept Private Messages