Hello,

1. Where can I find detailed guides about operator overloading and templates?

2. Why is it suggested to use friend functions overloading instead of member functions overloading when overloading the "+","-","*","/","<<",">>" operators?

Thanks.