RUNNER PRO AGARIO wrote: |
---|
no @TheIdeasMan, do you really think that you would know what xor_eq would mean as a beginner just learning c++, I mean look at keywords like and, its a little (a lot!) more obvious what that means |
I think that possibly the problem is that you know what
and
means, but don't know about
xor
. If you did know what
xor
means then it's not a huge leap to understand
xor_eq
.
Besides, what would your proposal be?
RUNNER PRO AGARIO wrote: |
---|
.... whoever that thought of the name "xor_eq" doesn't know what they were thinking. |
I put it to you that: those who cause new things to be added to C++, very much know what they are thinking; it's you that doesn't understand.
Finally, there is a thing called Google: a simple search of
C++ xor_eq provides the answer.
Back to the main discussion with something no one else has said yet, have I
ever mentioned
using namespace std;
? I just wish that authors, lecturers, websites, examples in Boost documentation and even
Stroustrup himself would quit doing that. I know it
often doesn't matter for trivial homework assignments, but why can't beginners be put on the right track from the start? Could an explanation of namespaces be made along with "Hello World" ? Or is that too hard / off-putting ?