Is it possible to overload object so that it does something if passed as an argument?It isn't a secret. I just don't think the context matters. If it isn't possible then there are other...
Is it possible to overload object so that it does something if passed as an argument?Yes, @jonnin. This is what I would want to be able to do: [code] int main() { Foo foo; ...
Is it possible to overload object so that it does something if passed as an argument?Is it possible to overload some operator of a class such that it will do something if passed as an a...
Call of overloaded constructor is ambiguous@Enoizat- I didn't think about "const". That qualifier would definitely accomplish what I want it to...
Call of overloaded constructor is ambiguousMy above comment was not meant to imply that I never was asking about why the compiler found ambigui...