Click here to Skip to main content
15,905,558 members

Comments by MXT3 (Top 5 by date)

MXT3 22-Aug-12 14:39pm View    
yes, thank you :)
MXT3 22-Aug-12 4:39am View    
Yes "a" is nothing special, it's the parent of it's operator== function and is passed as a implicit parameter. The words " argument list (const BaseTree::iterator::PosPtrs, const BaseTree::iterator::PosPtrs)" just confused me because it looked like the compiler was looking for two explicit parameters, now I know the first one is implicit, and that it had to be passed const
MXT3 21-Aug-12 16:10pm View    
Wonderful, thank you very much
MXT3 21-Aug-12 16:03pm View    
Deleted
Wonderful, thank you very much
MXT3 21-Aug-12 15:11pm View    
If you take for instance two int a and b; then "a == b" is the same as "a.operator==(b)", or not?